Serene Greenery Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serene Greenery palette

Share this palette to:

Serene Greenery color palette CSS

/* CSS */
.color-1 {
color: #a7d7b8;
}
.color-2 {
color: #5dbb8b;
}
.color-3 {
color: #3c9f73;
}
.color-4 {
color: #2d8b5a;
}
.color-5 {
color: #1c6d4c;
}

/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #5dbb8b;
--color-3: #3c9f73;
--color-4: #2d8b5a;
--color-5: #1c6d4c;
}

Serene Greenery background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #5dbb8b, #3c9f73, #2d8b5a, #1c6d4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #5dbb8b, #3c9f73, #2d8b5a, #1c6d4c);
}

Serene Greenery color palette created on .