Paleta de colores Sorrowful Elegance

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sorrowful Elegance palette

Compartir esta paleta en:

CSS de la paleta de colores Sorrowful Elegance

/* CSS */
.color-1 {
color: #4c3d9e;
}
.color-2 {
color: #7b70bd;
}
.color-3 {
color: #a89bc5;
}
.color-4 {
color: #d3a1c4;
}
.color-5 {
color: #e59eb5;
}

/* CSS Variables */
:root {
--color-1: #4c3d9e;
--color-2: #7b70bd;
--color-3: #a89bc5;
--color-4: #d3a1c4;
--color-5: #e59eb5;
}

CSS del degradado de fondo Sorrowful Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3d9e, #7b70bd, #a89bc5, #d3a1c4, #e59eb5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3d9e, #7b70bd, #a89bc5, #d3a1c4, #e59eb5);
}

Sorrowful Elegance color palette created on .