Serenity in Greenery Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serenity in Greenery palette

Share this palette to:

Serenity in Greenery color palette CSS

/* CSS */
.color-1 {
color: #fcfcfc;
}
.color-2 {
color: #adc7bd;
}
.color-3 {
color: #7ba392;
}
.color-4 {
color: #4a826c;
}
.color-5 {
color: #1b6447;
}

/* CSS Variables */
:root {
--color-1: #fcfcfc;
--color-2: #adc7bd;
--color-3: #7ba392;
--color-4: #4a826c;
--color-5: #1b6447;
}

Serenity in Greenery background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcfcfc, #adc7bd, #7ba392, #4a826c, #1b6447);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcfcfc, #adc7bd, #7ba392, #4a826c, #1b6447);
}

Similar color palettes

Scroll down to explore 2 Soft gray color palettes

Serenity in Greenery color palette created on .