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

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Warm, Bright, Autumn, Beach color palettes and combinations.

๐Ÿ’ก 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

Share this palette to:

๐Ÿ’ป 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);
}

Warm Amber color palette created on .