Vibrant Horizon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Horizon palette

Share this palette to:

Vibrant Horizon color palette CSS

/* CSS */
.color-1 {
color: #ffb84d;
}
.color-2 {
color: #ff8a66;
}
.color-3 {
color: #ff5252;
}
.color-4 {
color: #681b98;
}
.color-5 {
color: #0097a8;
}

/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #ff8a66;
--color-3: #ff5252;
--color-4: #681b98;
--color-5: #0097a8;
}

Vibrant Horizon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #ff8a66, #ff5252, #681b98, #0097a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #ff8a66, #ff5252, #681b98, #0097a8);
}

Vibrant Horizon color palette created on .