Paleta de colores Dusky Dreamscape

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Dusky Dreamscape palette

Compartir esta paleta en:

CSS de la paleta de colores Dusky Dreamscape

/* CSS */
.color-1 {
color: #6a5bcd;
}
.color-2 {
color: #8c7dcf;
}
.color-3 {
color: #b29ad0;
}
.color-4 {
color: #ffb3e4;
}
.color-5 {
color: #ffc2cc;
}

/* CSS Variables */
:root {
--color-1: #6a5bcd;
--color-2: #8c7dcf;
--color-3: #b29ad0;
--color-4: #ffb3e4;
--color-5: #ffc2cc;
}

CSS del degradado de fondo Dusky Dreamscape

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a5bcd, #8c7dcf, #b29ad0, #ffb3e4, #ffc2cc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a5bcd, #8c7dcf, #b29ad0, #ffb3e4, #ffc2cc);
}

Dusky Dreamscape color palette created on .