Earthy Green Color Palette
Discover the beautiful Earthy Green color palette featuring west coast (#5f3d1c), potters clay (#915c36), pesto (#738736), sushi (#6aa937) and christi (#66ac1b).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Earthy Green palette
๐ป Earthy Green color palette CSS
/* CSS */
.color-1 {
color: #5f3d1c;
}
.color-2 {
color: #915c36;
}
.color-3 {
color: #738736;
}
.color-4 {
color: #6aa937;
}
.color-5 {
color: #66ac1b;
}
/* CSS Variables */
:root {
--color-1: #5f3d1c;
--color-2: #915c36;
--color-3: #738736;
--color-4: #6aa937;
--color-5: #66ac1b;
} ๐ Earthy Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5f3d1c, #915c36, #738736, #6aa937, #66ac1b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5f3d1c, #915c36, #738736, #6aa937, #66ac1b);
} ๐ Explore similar color palettes
Earthy Green color palette created on .