Mirage Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mirage Dream palette

Share this palette to:

Mirage Dream color palette PNG image

Download mirage dream color palette PNG image (landscape)
Download mirage dream color palette PNG image (square)

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);
}

Mirage Dream color palette created on .