Coral Sunset Color Palette
Discover the beautiful Coral Sunset color palette featuring east side (#af89d2), logan (#b4afd5), french lilac (#dcc1ed), jacksons purple (#242082) and jacksons purple (#1e268f).
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: #af89d2;
}
.color-2 {
color: #b4afd5;
}
.color-3 {
color: #dcc1ed;
}
.color-4 {
color: #242082;
}
.color-5 {
color: #1e268f;
}
/* CSS Variables */
:root {
--color-1: #af89d2;
--color-2: #b4afd5;
--color-3: #dcc1ed;
--color-4: #242082;
--color-5: #1e268f;
} 🌈 Coral Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #af89d2, #b4afd5, #dcc1ed, #242082, #1e268f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #af89d2, #b4afd5, #dcc1ed, #242082, #1e268f);
} 🔗 Explore similar color palettes
Coral Sunset color palette created on .