Forest's Bounty Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Forest's Bounty palette
Forest's Bounty color palette CSS
/* CSS */
.color-1 {
color: #4a6f2a;
}
.color-2 {
color: #a7b300;
}
.color-3 {
color: #d6c94c;
}
.color-4 {
color: #f3c568;
}
.color-5 {
color: #c46b4a;
}
/* CSS Variables */
:root {
--color-1: #4a6f2a;
--color-2: #a7b300;
--color-3: #d6c94c;
--color-4: #f3c568;
--color-5: #c46b4a;
}
Forest's Bounty background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a6f2a, #a7b300, #d6c94c, #f3c568, #c46b4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a6f2a, #a7b300, #d6c94c, #f3c568, #c46b4a);
}
Similar color palettes
Forest's Bounty color palette created on .