Mirage Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mirage Dream palette
Mirage Dream color palette PNG image
Mirage Dream color palette CSS
/* CSS */
.color-1 {
color: #1c2b3b;
}
.color-2 {
color: #2d4d5c;
}
.color-3 {
color: #507c8b;
}
.color-4 {
color: #7bb2a5;
}
.color-5 {
color: #a7e6d0;
}
/* CSS Variables */
:root {
--color-1: #1c2b3b;
--color-2: #2d4d5c;
--color-3: #507c8b;
--color-4: #7bb2a5;
--color-5: #a7e6d0;
}
Mirage Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c2b3b, #2d4d5c, #507c8b, #7bb2a5, #a7e6d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c2b3b, #2d4d5c, #507c8b, #7bb2a5, #a7e6d0);
}
Similar color palettes
Scroll down to explore 100+ Deep color palettes
Mirage Dream color palette created on .