Nature's Embrace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Nature's Embrace palette

Share this palette to:

Nature's Embrace color palette CSS

/* CSS */
.color-1 {
color: #8d9575;
}
.color-2 {
color: #c3b492;
}
.color-3 {
color: #ddc7a2;
}
.color-4 {
color: #e8d5bf;
}
.color-5 {
color: #d0a18a;
}

/* CSS Variables */
:root {
--color-1: #8d9575;
--color-2: #c3b492;
--color-3: #ddc7a2;
--color-4: #e8d5bf;
--color-5: #d0a18a;
}

Nature's Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8d9575, #c3b492, #ddc7a2, #e8d5bf, #d0a18a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8d9575, #c3b492, #ddc7a2, #e8d5bf, #d0a18a);
}

Nature's Embrace color palette created on .