Paleta de colores Azure Sunrise
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Azure Sunrise palette
CSS de la paleta de colores Azure Sunrise
/* CSS */
.color-1 {
color: #3b6e9b;
}
.color-2 {
color: #61bfdb;
}
.color-3 {
color: #a2e1f1;
}
.color-4 {
color: #f5c87a;
}
.color-5 {
color: #f27d69;
}
/* CSS Variables */
:root {
--color-1: #3b6e9b;
--color-2: #61bfdb;
--color-3: #a2e1f1;
--color-4: #f5c87a;
--color-5: #f27d69;
}
CSS del degradado de fondo Azure Sunrise
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b6e9b, #61bfdb, #a2e1f1, #f5c87a, #f27d69);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b6e9b, #61bfdb, #a2e1f1, #f5c87a, #f27d69);
}
Paletas de colores similares
Azure Sunrise color palette created on .