Child of the Night Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Child of the Night palette

Condividi questa palette a:

tavolozza dei colori Child of the Night CSS

/* 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 con gradiente di sfondo 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 .