Paleta de colores Lavender and Amber Elegance
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Lavender and Amber Elegance palette
CSS de la paleta de colores Lavender and Amber Elegance
/* 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 del degradado de fondo 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);
}
Paletas de colores similares
Lavender and Amber Elegance color palette created on .