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

Download earthy serenity color palette PNG image (landscape)
Download earthy serenity color palette PNG image (square)

Earthy Serenity color palette CSS

/* CSS */
.color-1 {
color: #4c8b3c;
}
.color-2 {
color: #7ecf59;
}
.color-3 {
color: #b5e2a6;
}
.color-4 {
color: #d4c09b;
}
.color-5 {
color: #c4a06e;
}

/* CSS Variables */
:root {
--color-1: #4c8b3c;
--color-2: #7ecf59;
--color-3: #b5e2a6;
--color-4: #d4c09b;
--color-5: #c4a06e;
}

Earthy Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c8b3c, #7ecf59, #b5e2a6, #d4c09b, #c4a06e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c8b3c, #7ecf59, #b5e2a6, #d4c09b, #c4a06e);
}

Earthy Serenity color palette created on .