Eros Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Eros Sunset palette
Eros Sunset color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9a42;
}
.color-3 {
color: #ffcb6b;
}
.color-4 {
color: #a3d55d;
}
.color-5 {
color: #6bafd6;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9a42;
--color-3: #ffcb6b;
--color-4: #a3d55d;
--color-5: #6bafd6;
}
Eros Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9a42, #ffcb6b, #a3d55d, #6bafd6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9a42, #ffcb6b, #a3d55d, #6bafd6);
}
Similar color palettes
Eros Sunset color palette created on .