Paleta de colores Shades of Lavender

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Lavender palette

Compartir esta paleta en:

Descargar la paleta de colores Shades of Lavender (PNG)

Download shades of lavender color palette PNG image (landscape)
Download shades of lavender color palette PNG image (square)

CSS de la paleta de colores Shades of Lavender

/* CSS */
.color-1 {
color: #dac7e1;
}
.color-2 {
color: #b79ad0;
}
.color-3 {
color: #9e7ac2;
}
.color-4 {
color: #7f5b9f;
}
.color-5 {
color: #5d3a73;
}

/* CSS Variables */
:root {
--color-1: #dac7e1;
--color-2: #b79ad0;
--color-3: #9e7ac2;
--color-4: #7f5b9f;
--color-5: #5d3a73;
}

CSS del degradado de fondo Shades of Lavender

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dac7e1, #b79ad0, #9e7ac2, #7f5b9f, #5d3a73);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dac7e1, #b79ad0, #9e7ac2, #7f5b9f, #5d3a73);
}

Shades of Lavender color palette created on .