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: #f4c3c3;
}
.color-2 {
color: #f6b4a7;
}
.color-3 {
color: #f7a78d;
}
.color-4 {
color: #f69a6f;
}
.color-5 {
color: #f28c5a;
}
/* CSS Variables */
:root {
--color-1: #f4c3c3;
--color-2: #f6b4a7;
--color-3: #f7a78d;
--color-4: #f69a6f;
--color-5: #f28c5a;
}
Coral Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c3c3, #f6b4a7, #f7a78d, #f69a6f, #f28c5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c3c3, #f6b4a7, #f7a78d, #f69a6f, #f28c5a);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Coral Sunset color palette created on .