Forest Floor Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Forest Floor Harmony palette

Share this palette to:

Forest Floor Harmony color palette CSS

/* CSS */
.color-1 {
color: #d2b8a3;
}
.color-2 {
color: #c5a48c;
}
.color-3 {
color: #b89875;
}
.color-4 {
color: #a46b56;
}
.color-5 {
color: #8a4d4c;
}

/* CSS Variables */
:root {
--color-1: #d2b8a3;
--color-2: #c5a48c;
--color-3: #b89875;
--color-4: #a46b56;
--color-5: #8a4d4c;
}

Forest Floor Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2b8a3, #c5a48c, #b89875, #a46b56, #8a4d4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2b8a3, #c5a48c, #b89875, #a46b56, #8a4d4c);
}

Forest Floor Harmony color palette created on .