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: #4a2c6d;
}
.color-2 {
color: #6b4b8b;
}
.color-3 {
color: #a76c92;
}
.color-4 {
color: #eab8b9;
}
.color-5 {
color: #f4cf3e;
}

/* CSS Variables */
:root {
--color-1: #4a2c6d;
--color-2: #6b4b8b;
--color-3: #a76c92;
--color-4: #eab8b9;
--color-5: #f4cf3e;
}

Enchanted Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a2c6d, #6b4b8b, #a76c92, #eab8b9, #f4cf3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a2c6d, #6b4b8b, #a76c92, #eab8b9, #f4cf3e);
}

Enchanted Twilight color palette created on .