Mystical Mischief Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mystical Mischief palette
Mystical Mischief color palette CSS
/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #e15e3d;
}
.color-3 {
color: #c70f59;
}
.color-4 {
color: #5c5f99;
}
.color-5 {
color: #2a9d8e;
}
/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #e15e3d;
--color-3: #c70f59;
--color-4: #5c5f99;
--color-5: #2a9d8e;
}
Mystical Mischief background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #e15e3d, #c70f59, #5c5f99, #2a9d8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #e15e3d, #c70f59, #5c5f99, #2a9d8e);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Mystical Mischief color palette created on .