Pale Lavender Dreams Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pale Lavender Dreams palette

Condividi questa palette a:

tavolozza dei colori Pale Lavender Dreams CSS

/* CSS */
.color-1 {
color: #eaecfb;
}
.color-2 {
color: #d8d4ec;
}
.color-3 {
color: #c8bde5;
}
.color-4 {
color: #a68acc;
}
.color-5 {
color: #8258b6;
}

/* CSS Variables */
:root {
--color-1: #eaecfb;
--color-2: #d8d4ec;
--color-3: #c8bde5;
--color-4: #a68acc;
--color-5: #8258b6;
}

CSS con gradiente di sfondo Pale Lavender Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eaecfb, #d8d4ec, #c8bde5, #a68acc, #8258b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eaecfb, #d8d4ec, #c8bde5, #a68acc, #8258b6);
}

Pale Lavender Dreams color palette created on .