Paleta de colores Azure Sunset
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Azure Sunset palette
CSS de la paleta de colores Azure Sunset
/* CSS */
.color-1 {
color: #58b8e4;
}
.color-2 {
color: #f0a400;
}
.color-3 {
color: #d66b00;
}
.color-4 {
color: #a93d0f;
}
.color-5 {
color: #7f1f3d;
}
/* CSS Variables */
:root {
--color-1: #58b8e4;
--color-2: #f0a400;
--color-3: #d66b00;
--color-4: #a93d0f;
--color-5: #7f1f3d;
}
CSS del degradado de fondo Azure Sunset
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #58b8e4, #f0a400, #d66b00, #a93d0f, #7f1f3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #58b8e4, #f0a400, #d66b00, #a93d0f, #7f1f3d);
}
Paletas de colores similares
Azure Sunset color palette created on .