Milky Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Milky Dream palette

Share this palette to:

Milky Dream color palette PNG image

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

Milky Dream color palette CSS

/* CSS */
.color-1 {
color: #d5cea4;
}
.color-2 {
color: #b4a98d;
}
.color-3 {
color: #e3c8b0;
}
.color-4 {
color: #c6b29a;
}
.color-5 {
color: #e3d2c4;
}

/* CSS Variables */
:root {
--color-1: #d5cea4;
--color-2: #b4a98d;
--color-3: #e3c8b0;
--color-4: #c6b29a;
--color-5: #e3d2c4;
}

Milky Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5cea4, #b4a98d, #e3c8b0, #c6b29a, #e3d2c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5cea4, #b4a98d, #e3c8b0, #c6b29a, #e3d2c4);
}

Milky Dream color palette created on .