Forest Embrace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Forest Embrace palette

Share this palette to:

Forest Embrace color palette CSS

/* CSS */
.color-1 {
color: #c16f5c;
}
.color-2 {
color: #bee4c0;
}
.color-3 {
color: #323b3e;
}
.color-4 {
color: #848a7b;
}
.color-5 {
color: #cfb65e;
}

/* CSS Variables */
:root {
--color-1: #c16f5c;
--color-2: #bee4c0;
--color-3: #323b3e;
--color-4: #848a7b;
--color-5: #cfb65e;
}

Forest Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c16f5c, #bee4c0, #323b3e, #848a7b, #cfb65e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c16f5c, #bee4c0, #323b3e, #848a7b, #cfb65e);
}

Forest Embrace color palette created on .