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: #b3e0d8;
}
.color-2 {
color: #d9e5d7;
}
.color-3 {
color: #e9d7c9;
}
.color-4 {
color: #f8f2e8;
}
.color-5 {
color: #a8b6a0;
}
/* CSS Variables */
:root {
--color-1: #b3e0d8;
--color-2: #d9e5d7;
--color-3: #e9d7c9;
--color-4: #f8f2e8;
--color-5: #a8b6a0;
}
Shades of Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3e0d8, #d9e5d7, #e9d7c9, #f8f2e8, #a8b6a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3e0d8, #d9e5d7, #e9d7c9, #f8f2e8, #a8b6a0);
}
Similar color palettes
Shades of Green color palette created on .