Sunlit Meadow Color Palette
Discover the beautiful Sunlit Meadow color palette featuring citrine white (#fcf9e8), citrine white (#faf4d6), tusk (#f6f1cb), sidecar (#f2f0ba) and double colonial white (#eeebb4).
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: #fcf9e8;
}
.color-2 {
color: #faf4d6;
}
.color-3 {
color: #f6f1cb;
}
.color-4 {
color: #f2f0ba;
}
.color-5 {
color: #eeebb4;
}
/* CSS Variables */
:root {
--color-1: #fcf9e8;
--color-2: #faf4d6;
--color-3: #f6f1cb;
--color-4: #f2f0ba;
--color-5: #eeebb4;
} 🌈 Sunlit Meadow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcf9e8, #faf4d6, #f6f1cb, #f2f0ba, #eeebb4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcf9e8, #faf4d6, #f6f1cb, #f2f0ba, #eeebb4);
} 🔗 Explore similar color palettes
Sunlit Meadow color palette created on .