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