Mystic Enchantment Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mystic Enchantment palette

Share this palette to:

Mystic Enchantment color palette CSS

/* CSS */
.color-1 {
color: #595ca6;
}
.color-2 {
color: #a79fc6;
}
.color-3 {
color: #e9b9cf;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #d95e7f;
}

/* CSS Variables */
:root {
--color-1: #595ca6;
--color-2: #a79fc6;
--color-3: #e9b9cf;
--color-4: #f1c84b;
--color-5: #d95e7f;
}

Mystic Enchantment background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #595ca6, #a79fc6, #e9b9cf, #f1c84b, #d95e7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #595ca6, #a79fc6, #e9b9cf, #f1c84b, #d95e7f);
}

Mystic Enchantment color palette created on .