Soft Green Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Green palette
Download Soft Green Color Palette (PNG)
Soft Green color palette CSS
/* CSS */
.color-1 {
color: #83c383;
}
.color-2 {
color: #a3d7a3;
}
.color-3 {
color: #e08f8f;
}
.color-4 {
color: #a1dfe8;
}
.color-5 {
color: #d69aa7;
}
/* CSS Variables */
:root {
--color-1: #83c383;
--color-2: #a3d7a3;
--color-3: #e08f8f;
--color-4: #a1dfe8;
--color-5: #d69aa7;
}
Soft Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #83c383, #a3d7a3, #e08f8f, #a1dfe8, #d69aa7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #83c383, #a3d7a3, #e08f8f, #a1dfe8, #d69aa7);
}
Similar color palettes
Scroll down to explore 40+ Green color palettes
Soft Green color palette created on .