Green Ember Color Palette
Discover the beautiful Green Ember color palette featuring te papa green (#1f4d3b), amazon (#3e895e), spring rain (#a9c9a6), kidnapper (#d4e3c4) and calico (#e3b392).
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 Green Ember palette
๐ป Green Ember color palette CSS
/* CSS */
.color-1 {
color: #1f4d3b;
}
.color-2 {
color: #3e895e;
}
.color-3 {
color: #a9c9a6;
}
.color-4 {
color: #d4e3c4;
}
.color-5 {
color: #e3b392;
}
/* CSS Variables */
:root {
--color-1: #1f4d3b;
--color-2: #3e895e;
--color-3: #a9c9a6;
--color-4: #d4e3c4;
--color-5: #e3b392;
} ๐ Green Ember background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f4d3b, #3e895e, #a9c9a6, #d4e3c4, #e3b392);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f4d3b, #3e895e, #a9c9a6, #d4e3c4, #e3b392);
} ๐ Explore similar color palettes
Green Ember color palette created on .