Forest and Maroon Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Forest and Maroon palette
Forest and Maroon color palette PNG image
Forest and Maroon color palette CSS
/* CSS */
.color-1 {
color: #5c2e2f;
}
.color-2 {
color: #a86b6c;
}
.color-3 {
color: #c2a299;
}
.color-4 {
color: #e4dfaf;
}
.color-5 {
color: #2d5d34;
}
/* CSS Variables */
:root {
--color-1: #5c2e2f;
--color-2: #a86b6c;
--color-3: #c2a299;
--color-4: #e4dfaf;
--color-5: #2d5d34;
}
Forest and Maroon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c2e2f, #a86b6c, #c2a299, #e4dfaf, #2d5d34);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c2e2f, #a86b6c, #c2a299, #e4dfaf, #2d5d34);
}
Similar color palettes
Scroll down to explore 4 Forest color palettes
Forest and Maroon color palette created on .