Brown Deer Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brown Deer palette

Share this palette to:

Brown Deer color palette CSS

/* CSS */
.color-1 {
color: #924126;
}
.color-2 {
color: #b95127;
}
.color-3 {
color: #e29e55;
}
.color-4 {
color: #f1cd93;
}
.color-5 {
color: #f1c541;
}

/* CSS Variables */
:root {
--color-1: #924126;
--color-2: #b95127;
--color-3: #e29e55;
--color-4: #f1cd93;
--color-5: #f1c541;
}

Brown Deer background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #924126, #b95127, #e29e55, #f1cd93, #f1c541);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #924126, #b95127, #e29e55, #f1cd93, #f1c541);
}

Similar color palettes

No palettes found

Try using different filters or clear your current selection to see more palettes.

Brown Deer color palette created on .