Paleta de colores Land of Violet Dreams

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Land of Violet Dreams palette

Compartir esta paleta en:

CSS de la paleta de colores Land of Violet Dreams

/* CSS */
.color-1 {
color: #7b4c9e;
}
.color-2 {
color: #9b69bf;
}
.color-3 {
color: #d09fe5;
}
.color-4 {
color: #f2c5e7;
}
.color-5 {
color: #f7e0ff;
}

/* CSS Variables */
:root {
--color-1: #7b4c9e;
--color-2: #9b69bf;
--color-3: #d09fe5;
--color-4: #f2c5e7;
--color-5: #f7e0ff;
}

CSS del degradado de fondo Land of Violet Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b4c9e, #9b69bf, #d09fe5, #f2c5e7, #f7e0ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b4c9e, #9b69bf, #d09fe5, #f2c5e7, #f7e0ff);
}

Paletas de colores similares

Land of Violet Dreams color palette created on .