Paleta de colores Dark Purple Seduction

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Dark Purple Seduction palette

Compartir esta paleta en:

CSS de la paleta de colores Dark Purple Seduction

/* CSS */
.color-1 {
color: #2d2b3b;
}
.color-2 {
color: #5c4e6e;
}
.color-3 {
color: #896a8a;
}
.color-4 {
color: #c87e96;
}
.color-5 {
color: #f7b8a1;
}

/* CSS Variables */
:root {
--color-1: #2d2b3b;
--color-2: #5c4e6e;
--color-3: #896a8a;
--color-4: #c87e96;
--color-5: #f7b8a1;
}

CSS del degradado de fondo Dark Purple Seduction

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d2b3b, #5c4e6e, #896a8a, #c87e96, #f7b8a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d2b3b, #5c4e6e, #896a8a, #c87e96, #f7b8a1);
}

Dark Purple Seduction color palette created on .