Enchanted Twilight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Enchanted Twilight palette

Share this palette to:

Enchanted Twilight color palette CSS

/* CSS */
.color-1 {
color: #d5b0e8;
}
.color-2 {
color: #a76fc8;
}
.color-3 {
color: #7e4aba;
}
.color-4 {
color: #4c2d8f;
}
.color-5 {
color: #1f194d;
}

/* CSS Variables */
:root {
--color-1: #d5b0e8;
--color-2: #a76fc8;
--color-3: #7e4aba;
--color-4: #4c2d8f;
--color-5: #1f194d;
}

Enchanted Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5b0e8, #a76fc8, #7e4aba, #4c2d8f, #1f194d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5b0e8, #a76fc8, #7e4aba, #4c2d8f, #1f194d);
}

Enchanted Twilight color palette created on .