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: #ff6e61;
}
.color-2 {
color: #ff998a;
}
.color-3 {
color: #ffd1b3;
}
.color-4 {
color: #f7f3d9;
}
.color-5 {
color: #a1d1e8;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff998a;
--color-3: #ffd1b3;
--color-4: #f7f3d9;
--color-5: #a1d1e8;
}
Coral Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff998a, #ffd1b3, #f7f3d9, #a1d1e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff998a, #ffd1b3, #f7f3d9, #a1d1e8);
}
Similar color palettes
Scroll down to explore 300+ Bright color palettes
Coral Sunset color palette created on .