Paleta de colores Child of the Night

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Child of the Night palette

Compartir esta paleta en:

CSS de la paleta de colores Child of the Night

/* CSS */
.color-1 {
color: #4a2c6d;
}
.color-2 {
color: #7c5b9f;
}
.color-3 {
color: #a79bc0;
}
.color-4 {
color: #d7a3c4;
}
.color-5 {
color: #f4d7e5;
}

/* CSS Variables */
:root {
--color-1: #4a2c6d;
--color-2: #7c5b9f;
--color-3: #a79bc0;
--color-4: #d7a3c4;
--color-5: #f4d7e5;
}

CSS del degradado de fondo Child of the Night

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a2c6d, #7c5b9f, #a79bc0, #d7a3c4, #f4d7e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a2c6d, #7c5b9f, #a79bc0, #d7a3c4, #f4d7e5);
}

Child of the Night color palette created on .