Orange Ram Color Palette

Discover the beautiful Orange Ram color palette featuring anzac (#d99e3f), rajah (#f6c76f), marzipan (#f9e19f), cinnabar (#e03c1f) and copper rust (#8a4c4e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Bright, Autumn, Fun, Warm 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 Orange Ram palette

Share this palette to:

๐Ÿ’ป Orange Ram color palette CSS

/* CSS */
.color-1 {
color: #d99e3f;
}
.color-2 {
color: #f6c76f;
}
.color-3 {
color: #f9e19f;
}
.color-4 {
color: #e03c1f;
}
.color-5 {
color: #8a4c4e;
}

/* CSS Variables */
:root {
--color-1: #d99e3f;
--color-2: #f6c76f;
--color-3: #f9e19f;
--color-4: #e03c1f;
--color-5: #8a4c4e;
}

๐ŸŒˆ Orange Ram background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d99e3f, #f6c76f, #f9e19f, #e03c1f, #8a4c4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d99e3f, #f6c76f, #f9e19f, #e03c1f, #8a4c4e);
}

Orange Ram color palette created on .