Vibrant Horizon Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Horizon palette
Vibrant Horizon color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff8b42;
}
.color-3 {
color: #ffb13d;
}
.color-4 {
color: #f5bf5b;
}
.color-5 {
color: #f3e4aa;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff8b42;
--color-3: #ffb13d;
--color-4: #f5bf5b;
--color-5: #f3e4aa;
}
Vibrant Horizon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff8b42, #ffb13d, #f5bf5b, #f3e4aa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff8b42, #ffb13d, #f5bf5b, #f3e4aa);
}
Similar color palettes
Scroll down to explore 300+ Bright color palettes
Vibrant Horizon color palette created on .