Shades of Green Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Green palette
Shades of Green color palette CSS
/* CSS */
.color-1 {
color: #a7d7b8;
}
.color-2 {
color: #4ca9a7;
}
.color-3 {
color: #2a7979;
}
.color-4 {
color: #1f5c5c;
}
.color-5 {
color: #0f4848;
}
/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #4ca9a7;
--color-3: #2a7979;
--color-4: #1f5c5c;
--color-5: #0f4848;
}
Shades of Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #4ca9a7, #2a7979, #1f5c5c, #0f4848);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #4ca9a7, #2a7979, #1f5c5c, #0f4848);
}
Similar color palettes
Shades of Green color palette created on .