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