Sunshine Sunday Color Palette
Discover the beautiful Sunshine Sunday color palette featuring astra (#f9ebae), manhattan (#f6cf9d), sandy brown (#f1b26a), jaffa (#f2903a) and flame pea (#d75a2d).
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 Sunday palette
💻 Sunshine Sunday color palette CSS
/* CSS */
.color-1 {
color: #f9ebae;
}
.color-2 {
color: #f6cf9d;
}
.color-3 {
color: #f1b26a;
}
.color-4 {
color: #f2903a;
}
.color-5 {
color: #d75a2d;
}
/* CSS Variables */
:root {
--color-1: #f9ebae;
--color-2: #f6cf9d;
--color-3: #f1b26a;
--color-4: #f2903a;
--color-5: #d75a2d;
} 🌈 Sunshine Sunday background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9ebae, #f6cf9d, #f1b26a, #f2903a, #d75a2d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9ebae, #f6cf9d, #f1b26a, #f2903a, #d75a2d);
} 🔗 Explore similar color palettes
Sunshine Sunday color palette created on .