Sunny Coast Color Palette
Discover the beautiful Sunny Coast color palette featuring di serria (#d69f51), jaffa (#f1a03b), sundance (#c9b054), ming (#3b7f8c) and saffron (#f1c227).
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 Coast palette
💻 Sunny Coast color palette CSS
/* CSS */
.color-1 {
color: #d69f51;
}
.color-2 {
color: #f1a03b;
}
.color-3 {
color: #c9b054;
}
.color-4 {
color: #3b7f8c;
}
.color-5 {
color: #f1c227;
}
/* CSS Variables */
:root {
--color-1: #d69f51;
--color-2: #f1a03b;
--color-3: #c9b054;
--color-4: #3b7f8c;
--color-5: #f1c227;
} 🌈 Sunny Coast background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d69f51, #f1a03b, #c9b054, #3b7f8c, #f1c227);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d69f51, #f1a03b, #c9b054, #3b7f8c, #f1c227);
} 🔗 Explore similar color palettes
Sunny Coast color palette created on .