White Lily Cookie Color Palette
Discover the beautiful White Lily Cookie color palette featuring spring wood (#f6f8f2), periglacial blue (#e1e7d5), pale leaf (#c6d5c3), green spring (#b2bfb0) and pewter (#8aa39a).
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 White Lily Cookie palette
💻 White Lily Cookie color palette CSS
/* CSS */
.color-1 {
color: #f6f8f2;
}
.color-2 {
color: #e1e7d5;
}
.color-3 {
color: #c6d5c3;
}
.color-4 {
color: #b2bfb0;
}
.color-5 {
color: #8aa39a;
}
/* CSS Variables */
:root {
--color-1: #f6f8f2;
--color-2: #e1e7d5;
--color-3: #c6d5c3;
--color-4: #b2bfb0;
--color-5: #8aa39a;
} 🌈 White Lily Cookie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6f8f2, #e1e7d5, #c6d5c3, #b2bfb0, #8aa39a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6f8f2, #e1e7d5, #c6d5c3, #b2bfb0, #8aa39a);
} 🔗 Explore similar color palettes
White Lily Cookie color palette created on .