Lavender Dreamscape Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Lavender Dreamscape palette

Condividi questa palette a:

tavolozza dei colori Lavender Dreamscape CSS

/* CSS */
.color-1 {
color: #4c3d8f;
}
.color-2 {
color: #705f9b;
}
.color-3 {
color: #a77ccb;
}
.color-4 {
color: #c09cce;
}
.color-5 {
color: #e1b5e8;
}

/* CSS Variables */
:root {
--color-1: #4c3d8f;
--color-2: #705f9b;
--color-3: #a77ccb;
--color-4: #c09cce;
--color-5: #e1b5e8;
}

CSS con gradiente di sfondo Lavender Dreamscape

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3d8f, #705f9b, #a77ccb, #c09cce, #e1b5e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3d8f, #705f9b, #a77ccb, #c09cce, #e1b5e8);
}

Lavender Dreamscape color palette created on .