Mystic Ember Wings Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mystic Ember Wings palette
Mystic Ember Wings color palette CSS
/* CSS */
.color-1 {
color: #5c3d9e;
}
.color-2 {
color: #8e6bb8;
}
.color-3 {
color: #b4a0d9;
}
.color-4 {
color: #f6b492;
}
.color-5 {
color: #ff7a6b;
}
/* CSS Variables */
:root {
--color-1: #5c3d9e;
--color-2: #8e6bb8;
--color-3: #b4a0d9;
--color-4: #f6b492;
--color-5: #ff7a6b;
}
Mystic Ember Wings background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c3d9e, #8e6bb8, #b4a0d9, #f6b492, #ff7a6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c3d9e, #8e6bb8, #b4a0d9, #f6b492, #ff7a6b);
}
Similar color palettes
Scroll down to explore 700+ Aesthetic color palettes
Mystic Ember Wings color palette created on .