Warm Amber Color Palette
Discover the beautiful Warm Amber color palette featuring anzac (#d9a045), rajah (#f1bf6f), marzipan (#f9e1a4), cream can (#f2b75a) and brandy punch (#d68a2e).
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 Warm Amber palette
๐ป Warm Amber color palette CSS
/* CSS */
.color-1 {
color: #d9a045;
}
.color-2 {
color: #f1bf6f;
}
.color-3 {
color: #f9e1a4;
}
.color-4 {
color: #f2b75a;
}
.color-5 {
color: #d68a2e;
}
/* CSS Variables */
:root {
--color-1: #d9a045;
--color-2: #f1bf6f;
--color-3: #f9e1a4;
--color-4: #f2b75a;
--color-5: #d68a2e;
} ๐ Warm Amber background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9a045, #f1bf6f, #f9e1a4, #f2b75a, #d68a2e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9a045, #f1bf6f, #f9e1a4, #f2b75a, #d68a2e);
} ๐ Explore similar color palettes
Warm Amber color palette created on .