Soft Green Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Green palette
Soft Green color palette CSS
/* CSS */
.color-1 {
color: #4b8d2a;
}
.color-2 {
color: #6ab0e2;
}
.color-3 {
color: #f2b1c0;
}
.color-4 {
color: #e1d2b7;
}
.color-5 {
color: #5c7c93;
}
/* CSS Variables */
:root {
--color-1: #4b8d2a;
--color-2: #6ab0e2;
--color-3: #f2b1c0;
--color-4: #e1d2b7;
--color-5: #5c7c93;
}
Soft Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b8d2a, #6ab0e2, #f2b1c0, #e1d2b7, #5c7c93);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b8d2a, #6ab0e2, #f2b1c0, #e1d2b7, #5c7c93);
}
Similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Soft Green color palette created on .