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: #0071b8;
}
.color-2 {
color: #ff5100;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #d60032;
}
.color-5 {
color: #ffffff;
}
/* CSS Variables */
:root {
--color-1: #0071b8;
--color-2: #ff5100;
--color-3: #ffb84d;
--color-4: #d60032;
--color-5: #ffffff;
}
Vibrant Horizon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0071b8, #ff5100, #ffb84d, #d60032, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0071b8, #ff5100, #ffb84d, #d60032, #ffffff);
}
Similar color palettes
Vibrant Horizon color palette created on .