Paleta de colores Skyfire Horizon
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Skyfire Horizon palette
CSS de la paleta de colores Skyfire Horizon
/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #5faee3;
}
.color-3 {
color: #6cb4e4;
}
.color-4 {
color: #f5b042;
}
.color-5 {
color: #d15400;
}
/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #5faee3;
--color-3: #6cb4e4;
--color-4: #f5b042;
--color-5: #d15400;
}
CSS del degradado de fondo Skyfire Horizon
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #5faee3, #6cb4e4, #f5b042, #d15400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #5faee3, #6cb4e4, #f5b042, #d15400);
}
Paletas de colores similares
Skyfire Horizon color palette created on .