Paleta de colores Vibrant Horizon
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Vibrant Horizon palette
CSS de la paleta de colores Vibrant Horizon
/* 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;
}
CSS del degradado de fondo Vibrant Horizon
/* 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);
}
Paletas de colores similares
Vibrant Horizon color palette created on .