Amber Gem Color Palette
Discover the beautiful Amber Gem color palette featuring chelsea gem (#9d5202), meteor (#c66b15), anzac (#e1a34c), cream can (#f4d15d) and texas rose (#ffb84d).
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 Amber Gem palette
๐ป Amber Gem color palette CSS
/* CSS */
.color-1 {
color: #9d5202;
}
.color-2 {
color: #c66b15;
}
.color-3 {
color: #e1a34c;
}
.color-4 {
color: #f4d15d;
}
.color-5 {
color: #ffb84d;
}
/* CSS Variables */
:root {
--color-1: #9d5202;
--color-2: #c66b15;
--color-3: #e1a34c;
--color-4: #f4d15d;
--color-5: #ffb84d;
} ๐ Amber Gem background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9d5202, #c66b15, #e1a34c, #f4d15d, #ffb84d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9d5202, #c66b15, #e1a34c, #f4d15d, #ffb84d);
} ๐ Explore similar color palettes
Amber Gem color palette created on .