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: #4c3e7a;
}
.color-2 {
color: #704c94;
}
.color-3 {
color: #9b69bf;
}
.color-4 {
color: #d6a4e0;
}
.color-5 {
color: #f4c8e8;
}

/* CSS Variables */
:root {
--color-1: #4c3e7a;
--color-2: #704c94;
--color-3: #9b69bf;
--color-4: #d6a4e0;
--color-5: #f4c8e8;
}

Enchanted Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e7a, #704c94, #9b69bf, #d6a4e0, #f4c8e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e7a, #704c94, #9b69bf, #d6a4e0, #f4c8e8);
}

Enchanted Twilight color palette created on .