Paleta de colores Dull Lavender
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Dull Lavender palette
CSS de la paleta de colores Dull Lavender
/* CSS */
.color-1 {
color: #c7aeef;
}
.color-2 {
color: #d0b5f2;
}
.color-3 {
color: #edc9f7;
}
.color-4 {
color: #f9d7f1;
}
.color-5 {
color: #fbe0f7;
}
/* CSS Variables */
:root {
--color-1: #c7aeef;
--color-2: #d0b5f2;
--color-3: #edc9f7;
--color-4: #f9d7f1;
--color-5: #fbe0f7;
}
CSS del degradado de fondo Dull Lavender
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7aeef, #d0b5f2, #edc9f7, #f9d7f1, #fbe0f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7aeef, #d0b5f2, #edc9f7, #f9d7f1, #fbe0f7);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 60+ paletas de colores Pastel
Dull Lavender color palette created on .