Sunny Delight Color Palette
Discover the beautiful Sunny Delight color palette featuring anzac (#d9a13f), cream can (#f3ca4f), sandwisp (#f4e3a4), deco (#c5e0a4) and fern (#6bbd72).
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 Sunny Delight palette
💻 Sunny Delight color palette CSS
/* CSS */
.color-1 {
color: #d9a13f;
}
.color-2 {
color: #f3ca4f;
}
.color-3 {
color: #f4e3a4;
}
.color-4 {
color: #c5e0a4;
}
.color-5 {
color: #6bbd72;
}
/* CSS Variables */
:root {
--color-1: #d9a13f;
--color-2: #f3ca4f;
--color-3: #f4e3a4;
--color-4: #c5e0a4;
--color-5: #6bbd72;
}
🌈 Sunny Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9a13f, #f3ca4f, #f4e3a4, #c5e0a4, #6bbd72);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9a13f, #f3ca4f, #f4e3a4, #c5e0a4, #6bbd72);
}
🔗 Explore similar color palettes
Sunny Delight color palette created on .