Mystic Espionage Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mystic Espionage palette
Mystic Espionage color palette CSS
/* CSS */
.color-1 {
color: #fdd291;
}
.color-2 {
color: #fd9486;
}
.color-3 {
color: #fb6fa0;
}
.color-4 {
color: #b859f8;
}
.color-5 {
color: #62b2f9;
}
/* CSS Variables */
:root {
--color-1: #fdd291;
--color-2: #fd9486;
--color-3: #fb6fa0;
--color-4: #b859f8;
--color-5: #62b2f9;
}
Mystic Espionage background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdd291, #fd9486, #fb6fa0, #b859f8, #62b2f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdd291, #fd9486, #fb6fa0, #b859f8, #62b2f9);
}
Similar color palettes
Mystic Espionage color palette created on .