Green Mist Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Green Mist palette
Green Mist color palette CSS
/* CSS */
.color-1 {
color: #4a8c6c;
}
.color-2 {
color: #7dbf9a;
}
.color-3 {
color: #9fe0b3;
}
.color-4 {
color: #b3f4c7;
}
.color-5 {
color: #e1f9e9;
}
/* CSS Variables */
:root {
--color-1: #4a8c6c;
--color-2: #7dbf9a;
--color-3: #9fe0b3;
--color-4: #b3f4c7;
--color-5: #e1f9e9;
}
Green Mist background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a8c6c, #7dbf9a, #9fe0b3, #b3f4c7, #e1f9e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a8c6c, #7dbf9a, #9fe0b3, #b3f4c7, #e1f9e9);
}
Similar color palettes
Scroll down to explore 100+ Forest color palettes
Green Mist color palette created on .