Loading...
Paleta de colores Azure Sunrise
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Azure Sunrise palette
Descargar la paleta de colores Azure Sunrise (PNG)
CSS de la paleta de colores Azure Sunrise
/* CSS */
.color-1 {
color: #5c70e0;
}
.color-2 {
color: #0074c2;
}
.color-3 {
color: #f2f4f7;
}
.color-4 {
color: #fcbd4f;
}
.color-5 {
color: #e76a6a;
}
/* CSS Variables */
:root {
--color-1: #5c70e0;
--color-2: #0074c2;
--color-3: #f2f4f7;
--color-4: #fcbd4f;
--color-5: #e76a6a;
}
CSS del degradado de fondo Azure Sunrise
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c70e0, #0074c2, #f2f4f7, #fcbd4f, #e76a6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c70e0, #0074c2, #f2f4f7, #fcbd4f, #e76a6a);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 300+ paletas de colores Azul
Azure Sunrise color palette created on .