Earthy Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Earthy Serenity palette

Share this palette to:

Earthy Serenity color palette CSS

/* CSS */
.color-1 {
color: #d8e3a0;
}
.color-2 {
color: #1d3521;
}
.color-3 {
color: #b9754b;
}
.color-4 {
color: #eeede3;
}
.color-5 {
color: #f2bb88;
}

/* CSS Variables */
:root {
--color-1: #d8e3a0;
--color-2: #1d3521;
--color-3: #b9754b;
--color-4: #eeede3;
--color-5: #f2bb88;
}

Earthy Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8e3a0, #1d3521, #b9754b, #eeede3, #f2bb88);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8e3a0, #1d3521, #b9754b, #eeede3, #f2bb88);
}

Similar color palettes

Scroll down to explore 1 Light Green color palette

Earthy Serenity color palette created on .