Coral Sunset Color Palette
Discover the beautiful Coral Sunset color palette featuring cadillac (#b45064), wax flower (#ffb4a3), roman (#dc6a6a), cabaret (#d54d6b) and congo brown (#5a3a3a).
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 Coral Sunset palette
💻 Coral Sunset color palette CSS
/* CSS */
.color-1 {
color: #b45064;
}
.color-2 {
color: #ffb4a3;
}
.color-3 {
color: #dc6a6a;
}
.color-4 {
color: #d54d6b;
}
.color-5 {
color: #5a3a3a;
}
/* CSS Variables */
:root {
--color-1: #b45064;
--color-2: #ffb4a3;
--color-3: #dc6a6a;
--color-4: #d54d6b;
--color-5: #5a3a3a;
} 🌈 Coral Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b45064, #ffb4a3, #dc6a6a, #d54d6b, #5a3a3a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b45064, #ffb4a3, #dc6a6a, #d54d6b, #5a3a3a);
} 🔗 Explore similar color palettes
Coral Sunset color palette created on .