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: #6b9e91;
}
.color-2 {
color: #a7d7b8;
}
.color-3 {
color: #e4f1e7;
}
.color-4 {
color: #f7b7a1;
}
.color-5 {
color: #f47b1f;
}
/* CSS Variables */
:root {
--color-1: #6b9e91;
--color-2: #a7d7b8;
--color-3: #e4f1e7;
--color-4: #f7b7a1;
--color-5: #f47b1f;
}
Shades of Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b9e91, #a7d7b8, #e4f1e7, #f7b7a1, #f47b1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b9e91, #a7d7b8, #e4f1e7, #f7b7a1, #f47b1f);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Shades of Green color palette created on .