Dreamy Slumber Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Dreamy Slumber palette

Condividi questa palette a:

tavolozza dei colori Dreamy Slumber CSS

/* CSS */
.color-1 {
color: #e1c5f2;
}
.color-2 {
color: #a9a3e0;
}
.color-3 {
color: #7c7ee4;
}
.color-4 {
color: #4d6bb3;
}
.color-5 {
color: #2a5089;
}

/* CSS Variables */
:root {
--color-1: #e1c5f2;
--color-2: #a9a3e0;
--color-3: #7c7ee4;
--color-4: #4d6bb3;
--color-5: #2a5089;
}

CSS con gradiente di sfondo Dreamy Slumber

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1c5f2, #a9a3e0, #7c7ee4, #4d6bb3, #2a5089);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1c5f2, #a9a3e0, #7c7ee4, #4d6bb3, #2a5089);
}

Dreamy Slumber color palette created on .