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