Paleta de colores Alex's Vivid Horizon

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Alex's Vivid Horizon palette

Compartir esta paleta en:

CSS de la paleta de colores Alex's Vivid Horizon

/* CSS */
.color-1 {
color: #6b8f24;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #3b5897;
}
.color-5 {
color: #f05a28;
}

/* CSS Variables */
:root {
--color-1: #6b8f24;
--color-2: #ffcc00;
--color-3: #ff6e61;
--color-4: #3b5897;
--color-5: #f05a28;
}

CSS del degradado de fondo Alex's Vivid Horizon

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b8f24, #ffcc00, #ff6e61, #3b5897, #f05a28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b8f24, #ffcc00, #ff6e61, #3b5897, #f05a28);
}

Alex's Vivid Horizon color palette created on .