Paleta de colores Lavender Blossom

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Lavender Blossom palette

Compartir esta paleta en:

CSS de la paleta de colores Lavender Blossom

/* CSS */
.color-1 {
color: #d6c5e2;
}
.color-2 {
color: #b29fe9;
}
.color-3 {
color: #9f7cb6;
}
.color-4 {
color: #eab8e4;
}
.color-5 {
color: #f6d0df;
}

/* CSS Variables */
:root {
--color-1: #d6c5e2;
--color-2: #b29fe9;
--color-3: #9f7cb6;
--color-4: #eab8e4;
--color-5: #f6d0df;
}

CSS del degradado de fondo Lavender Blossom

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6c5e2, #b29fe9, #9f7cb6, #eab8e4, #f6d0df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6c5e2, #b29fe9, #9f7cb6, #eab8e4, #f6d0df);
}

Lavender Blossom color palette created on .