Paleta de colores Celestial Lavender Dream

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Lavender Dream palette

Compartir esta paleta en:

CSS de la paleta de colores Celestial Lavender Dream

/* CSS */
.color-1 {
color: #5e4b8b;
}
.color-2 {
color: #7b5b9f;
}
.color-3 {
color: #a87dba;
}
.color-4 {
color: #d4a6e2;
}
.color-5 {
color: #f6d5e6;
}

/* CSS Variables */
:root {
--color-1: #5e4b8b;
--color-2: #7b5b9f;
--color-3: #a87dba;
--color-4: #d4a6e2;
--color-5: #f6d5e6;
}

CSS del degradado de fondo Celestial Lavender Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e4b8b, #7b5b9f, #a87dba, #d4a6e2, #f6d5e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e4b8b, #7b5b9f, #a87dba, #d4a6e2, #f6d5e6);
}

Celestial Lavender Dream color palette created on .