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