Sunlit Meadow Color Palette
Discover the beautiful Sunlit Meadow color palette featuring old lace (#fdf7ed), wheat (#f6e4c1), chalky (#f0d09e), rob roy (#ebc27a) and tulip tree (#e7a64b).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Sunlit Meadow palette
๐ป Sunlit Meadow color palette CSS
/* CSS */
.color-1 {
color: #fdf7ed;
}
.color-2 {
color: #f6e4c1;
}
.color-3 {
color: #f0d09e;
}
.color-4 {
color: #ebc27a;
}
.color-5 {
color: #e7a64b;
}
/* CSS Variables */
:root {
--color-1: #fdf7ed;
--color-2: #f6e4c1;
--color-3: #f0d09e;
--color-4: #ebc27a;
--color-5: #e7a64b;
} ๐ Sunlit Meadow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdf7ed, #f6e4c1, #f0d09e, #ebc27a, #e7a64b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdf7ed, #f6e4c1, #f0d09e, #ebc27a, #e7a64b);
} ๐ Explore similar color palettes
Sunlit Meadow color palette created on .