Deep Rooted Greenery Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Deep Rooted Greenery palette

Share this palette to:

Deep Rooted Greenery color palette CSS

/* CSS */
.color-1 {
color: #60be79;
}
.color-2 {
color: #3b9b6e;
}
.color-3 {
color: #2d7c5c;
}
.color-4 {
color: #206049;
}
.color-5 {
color: #1a4c3d;
}

/* CSS Variables */
:root {
--color-1: #60be79;
--color-2: #3b9b6e;
--color-3: #2d7c5c;
--color-4: #206049;
--color-5: #1a4c3d;
}

Deep Rooted Greenery background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #60be79, #3b9b6e, #2d7c5c, #206049, #1a4c3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #60be79, #3b9b6e, #2d7c5c, #206049, #1a4c3d);
}

Deep Rooted Greenery color palette created on .