Paleta de colores Demon Slayer

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Demon Slayer palette

Compartir esta paleta en:

CSS de la paleta de colores Demon Slayer

/* CSS */
.color-1 {
color: #1e1a2d;
}
.color-2 {
color: #5a4b8b;
}
.color-3 {
color: #906eb4;
}
.color-4 {
color: #d48aff;
}
.color-5 {
color: #f9c8d8;
}

/* CSS Variables */
:root {
--color-1: #1e1a2d;
--color-2: #5a4b8b;
--color-3: #906eb4;
--color-4: #d48aff;
--color-5: #f9c8d8;
}

CSS del degradado de fondo Demon Slayer

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1a2d, #5a4b8b, #906eb4, #d48aff, #f9c8d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1a2d, #5a4b8b, #906eb4, #d48aff, #f9c8d8);
}

Paletas de colores similares

Demon Slayer color palette created on .