Forest Gold Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Forest Gold Serenity palette
Forest Gold Serenity color palette CSS
/* CSS */
.color-1 {
color: #d7b65b;
}
.color-2 {
color: #e6c78e;
}
.color-3 {
color: #4c6b4e;
}
.color-4 {
color: #3e4b3a;
}
.color-5 {
color: #2a2f27;
}
/* CSS Variables */
:root {
--color-1: #d7b65b;
--color-2: #e6c78e;
--color-3: #4c6b4e;
--color-4: #3e4b3a;
--color-5: #2a2f27;
}
Forest Gold Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7b65b, #e6c78e, #4c6b4e, #3e4b3a, #2a2f27);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7b65b, #e6c78e, #4c6b4e, #3e4b3a, #2a2f27);
}
Similar color palettes
Scroll down to explore 100+ Amber color palettes
Forest Gold Serenity color palette created on .