Paleta de colores Vibrant Horizon

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Horizon palette

Compartir esta paleta en:

CSS de la paleta de colores Vibrant Horizon

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9a42;
}
.color-3 {
color: #ffce6b;
}
.color-4 {
color: #a7df9f;
}
.color-5 {
color: #62c2e4;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9a42;
--color-3: #ffce6b;
--color-4: #a7df9f;
--color-5: #62c2e4;
}

CSS del degradado de fondo Vibrant Horizon

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9a42, #ffce6b, #a7df9f, #62c2e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9a42, #ffce6b, #a7df9f, #62c2e4);
}

Vibrant Horizon color palette created on .