Purple Dream Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Purple Dream palette

Condividi questa palette a:

tavolozza dei colori Purple Dream CSS

/* CSS */
.color-1 {
color: #7b5ed9;
}
.color-2 {
color: #9976e5;
}
.color-3 {
color: #b89fe0;
}
.color-4 {
color: #d5b3d0;
}
.color-5 {
color: #f1c1d2;
}

/* CSS Variables */
:root {
--color-1: #7b5ed9;
--color-2: #9976e5;
--color-3: #b89fe0;
--color-4: #d5b3d0;
--color-5: #f1c1d2;
}

CSS con gradiente di sfondo Purple Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b5ed9, #9976e5, #b89fe0, #d5b3d0, #f1c1d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b5ed9, #9976e5, #b89fe0, #d5b3d0, #f1c1d2);
}

Purple Dream color palette created on .