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