Coral Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Coral Sunset palette
Coral Sunset color palette CSS
/* CSS */
.color-1 {
color: #df8768;
}
.color-2 {
color: #dfad7c;
}
.color-3 {
color: #dfbec2;
}
.color-4 {
color: #e0d0f6;
}
.color-5 {
color: #ddd1ff;
}
/* CSS Variables */
:root {
--color-1: #df8768;
--color-2: #dfad7c;
--color-3: #dfbec2;
--color-4: #e0d0f6;
--color-5: #ddd1ff;
}
Coral Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #df8768, #dfad7c, #dfbec2, #e0d0f6, #ddd1ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #df8768, #dfad7c, #dfbec2, #e0d0f6, #ddd1ff);
}
Similar color palettes
Coral Sunset color palette created on .