Amberis Color Palette
Discover the beautiful Amberis color palette featuring tulip tree (#e8a84f), raw sienna (#d68a3d), ochre (#c47327), hawaiian tan (#a0581c) and copper canyon (#7e3e15).
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 Amberis palette
๐ป Amberis color palette CSS
/* CSS */
.color-1 {
color: #e8a84f;
}
.color-2 {
color: #d68a3d;
}
.color-3 {
color: #c47327;
}
.color-4 {
color: #a0581c;
}
.color-5 {
color: #7e3e15;
}
/* CSS Variables */
:root {
--color-1: #e8a84f;
--color-2: #d68a3d;
--color-3: #c47327;
--color-4: #a0581c;
--color-5: #7e3e15;
} ๐ Amberis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8a84f, #d68a3d, #c47327, #a0581c, #7e3e15);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8a84f, #d68a3d, #c47327, #a0581c, #7e3e15);
} ๐ Explore similar color palettes
Amberis color palette created on .