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: #f9a94e;
}
.color-2 {
color: #f26d50;
}
.color-3 {
color: #d44e6e;
}
.color-4 {
color: #9c6cc6;
}
.color-5 {
color: #7d9fd8;
}
/* CSS Variables */
:root {
--color-1: #f9a94e;
--color-2: #f26d50;
--color-3: #d44e6e;
--color-4: #9c6cc6;
--color-5: #7d9fd8;
}
Vibrant Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a94e, #f26d50, #d44e6e, #9c6cc6, #7d9fd8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a94e, #f26d50, #d44e6e, #9c6cc6, #7d9fd8);
}
Similar color palettes
Scroll down to explore 100+ Bright color palettes
Vibrant Sunset color palette created on .