Lavender Dreams Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Lavender Dreams palette

Condividi questa palette a:

tavolozza dei colori Lavender Dreams CSS

/* CSS */
.color-1 {
color: #bba8ff;
}
.color-2 {
color: #a47aff;
}
.color-3 {
color: #6e51bd;
}
.color-4 {
color: #4b2c81;
}
.color-5 {
color: #2e1a60;
}

/* CSS Variables */
:root {
--color-1: #bba8ff;
--color-2: #a47aff;
--color-3: #6e51bd;
--color-4: #4b2c81;
--color-5: #2e1a60;
}

CSS con gradiente di sfondo Lavender Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bba8ff, #a47aff, #6e51bd, #4b2c81, #2e1a60);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bba8ff, #a47aff, #6e51bd, #4b2c81, #2e1a60);
}

Lavender Dreams color palette created on .