Loading...
Mystical Mirage Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mystical Mirage palette
Download Mystical Mirage Color Palette (PNG)
Mystical Mirage color palette CSS
/* CSS */
.color-1 {
color: #f7c6a6;
}
.color-2 {
color: #f1a7ae;
}
.color-3 {
color: #e55d8f;
}
.color-4 {
color: #a36bb8;
}
.color-5 {
color: #5c5b9a;
}
/* CSS Variables */
:root {
--color-1: #f7c6a6;
--color-2: #f1a7ae;
--color-3: #e55d8f;
--color-4: #a36bb8;
--color-5: #5c5b9a;
}
Mystical Mirage background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a6, #f1a7ae, #e55d8f, #a36bb8, #5c5b9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a6, #f1a7ae, #e55d8f, #a36bb8, #5c5b9a);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Mystical Mirage color palette created on .