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