Dreamy Purple Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Dreamy Purple palette

Condividi questa palette a:

tavolozza dei colori Dreamy Purple CSS

/* CSS */
.color-1 {
color: #dfc8f4;
}
.color-2 {
color: #d1a6e2;
}
.color-3 {
color: #b68cd9;
}
.color-4 {
color: #a4c4df;
}
.color-5 {
color: #9ad0c9;
}

/* CSS Variables */
:root {
--color-1: #dfc8f4;
--color-2: #d1a6e2;
--color-3: #b68cd9;
--color-4: #a4c4df;
--color-5: #9ad0c9;
}

CSS con gradiente di sfondo Dreamy Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfc8f4, #d1a6e2, #b68cd9, #a4c4df, #9ad0c9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfc8f4, #d1a6e2, #b68cd9, #a4c4df, #9ad0c9);
}

Dreamy Purple color palette created on .