Lavender and Amber Elegance Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Lavender and Amber Elegance palette

Condividi questa palette a:

tavolozza dei colori Lavender and Amber Elegance CSS

/* CSS */
.color-1 {
color: #b19bd9;
}
.color-2 {
color: #7f5f2f;
}
.color-3 {
color: #f0b400;
}
.color-4 {
color: #5b4d39;
}
.color-5 {
color: #d19fc2;
}

/* CSS Variables */
:root {
--color-1: #b19bd9;
--color-2: #7f5f2f;
--color-3: #f0b400;
--color-4: #5b4d39;
--color-5: #d19fc2;
}

CSS con gradiente di sfondo Lavender and Amber Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b19bd9, #7f5f2f, #f0b400, #5b4d39, #d19fc2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b19bd9, #7f5f2f, #f0b400, #5b4d39, #d19fc2);
}

Lavender and Amber Elegance color palette created on .