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: #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;
}
CSS del degradado de fondo Vibrant Horizon
/* 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);
}
Paletas de colores similares
Vibrant Horizon color palette created on .