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 PNG image

Download nature's embrace color palette PNG image (landscape)
Download nature's embrace color palette PNG image (square)

Nature's Embrace color palette CSS

/* CSS */
.color-1 {
color: #63902c;
}
.color-2 {
color: #b4c846;
}
.color-3 {
color: #e4d667;
}
.color-4 {
color: #eda826;
}
.color-5 {
color: #da4925;
}

/* CSS Variables */
:root {
--color-1: #63902c;
--color-2: #b4c846;
--color-3: #e4d667;
--color-4: #eda826;
--color-5: #da4925;
}

Nature's Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #63902c, #b4c846, #e4d667, #eda826, #da4925);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #63902c, #b4c846, #e4d667, #eda826, #da4925);
}

Nature's Embrace color palette created on .