Sunshine Serenade Color Palette
Discover the beautiful Sunshine Serenade color palette featuring sandwisp (#f6e69d), sweet corn (#fce48d), goldenrod (#f9d86c), casablanca (#f9c148) and sea buckthorn (#f8a92a).
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 Sunshine Serenade palette
💻 Sunshine Serenade color palette CSS
/* CSS */
.color-1 {
color: #f6e69d;
}
.color-2 {
color: #fce48d;
}
.color-3 {
color: #f9d86c;
}
.color-4 {
color: #f9c148;
}
.color-5 {
color: #f8a92a;
}
/* CSS Variables */
:root {
--color-1: #f6e69d;
--color-2: #fce48d;
--color-3: #f9d86c;
--color-4: #f9c148;
--color-5: #f8a92a;
}
🌈 Sunshine Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e69d, #fce48d, #f9d86c, #f9c148, #f8a92a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e69d, #fce48d, #f9d86c, #f9c148, #f8a92a);
}
🔗 Explore similar color palettes
Sunshine Serenade color palette created on .