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