Child of the Night Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Child of the Night palette

Share this palette to:

Child of the Night color palette 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;
}

Child of the Night background gradient CSS

/* 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 .