Brown Milky Way Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brown Milky Way palette

Share this palette to:

Brown Milky Way color palette CSS

/* CSS */
.color-1 {
color: #f2e5d4;
}
.color-2 {
color: #d5c4b3;
}
.color-3 {
color: #c2a599;
}
.color-4 {
color: #b18e8b;
}
.color-5 {
color: #7b6a65;
}

/* CSS Variables */
:root {
--color-1: #f2e5d4;
--color-2: #d5c4b3;
--color-3: #c2a599;
--color-4: #b18e8b;
--color-5: #7b6a65;
}

Brown Milky Way background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e5d4, #d5c4b3, #c2a599, #b18e8b, #7b6a65);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e5d4, #d5c4b3, #c2a599, #b18e8b, #7b6a65);
}

Brown Milky Way color palette created on .