Moose Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Moose palette

Share this palette to:

Moose color palette PNG image

Download moose color palette PNG image (landscape)
Download moose color palette PNG image (square)

Moose color palette CSS

/* CSS */
.color-1 {
color: #7d4c3b;
}
.color-2 {
color: #b89d7f;
}
.color-3 {
color: #e1d2c1;
}
.color-4 {
color: #f2b75f;
}
.color-5 {
color: #d78f3c;
}

/* CSS Variables */
:root {
--color-1: #7d4c3b;
--color-2: #b89d7f;
--color-3: #e1d2c1;
--color-4: #f2b75f;
--color-5: #d78f3c;
}

Moose background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d4c3b, #b89d7f, #e1d2c1, #f2b75f, #d78f3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d4c3b, #b89d7f, #e1d2c1, #f2b75f, #d78f3c);
}

Moose color palette created on .