Deep Green Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Deep Green Shades palette

Share this palette to:

Deep Green Shades color palette CSS

/* CSS */
.color-1 {
color: #1a3d2b;
}
.color-2 {
color: #2f5b45;
}
.color-3 {
color: #4d7a60;
}
.color-4 {
color: #74b49b;
}
.color-5 {
color: #a8e1d4;
}

/* CSS Variables */
:root {
--color-1: #1a3d2b;
--color-2: #2f5b45;
--color-3: #4d7a60;
--color-4: #74b49b;
--color-5: #a8e1d4;
}

Deep Green Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a3d2b, #2f5b45, #4d7a60, #74b49b, #a8e1d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a3d2b, #2f5b45, #4d7a60, #74b49b, #a8e1d4);
}

Deep Green Shades color palette created on .