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: #ff9d00;
}
.color-2 {
color: #f65b3c;
}
.color-3 {
color: #ff2e5b;
}
.color-4 {
color: #a16fd3;
}
.color-5 {
color: #40b3c4;
}
/* CSS Variables */
:root {
--color-1: #ff9d00;
--color-2: #f65b3c;
--color-3: #ff2e5b;
--color-4: #a16fd3;
--color-5: #40b3c4;
}
Vibrant Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9d00, #f65b3c, #ff2e5b, #a16fd3, #40b3c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9d00, #f65b3c, #ff2e5b, #a16fd3, #40b3c4);
}
Similar color palettes
Vibrant Sunset color palette created on .