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: #c25719;
}
.color-2 {
color: #f69e23;
}
.color-3 {
color: #f5d75b;
}
.color-4 {
color: #f6b5b1;
}
.color-5 {
color: #d95e3f;
}
/* CSS Variables */
:root {
--color-1: #c25719;
--color-2: #f69e23;
--color-3: #f5d75b;
--color-4: #f6b5b1;
--color-5: #d95e3f;
}
Coral Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c25719, #f69e23, #f5d75b, #f6b5b1, #d95e3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c25719, #f69e23, #f5d75b, #f6b5b1, #d95e3f);
}
Similar color palettes
Coral Sunset color palette created on .