Spiced Citrus Harmony Color Palette

Discover the beautiful Spiced Citrus Harmony color palette featuring tacha (#d7b56a), twine (#bf9d5a), cape palliser (#a56c4a), sanguine brown (#813c32) and cowboy (#4f272d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Autumn, Brown, Earthy, Orange 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 Spiced Citrus Harmony palette

Share this palette to:

๐Ÿ’ป Spiced Citrus Harmony color palette CSS

/* CSS */
.color-1 {
color: #d7b56a;
}
.color-2 {
color: #bf9d5a;
}
.color-3 {
color: #a56c4a;
}
.color-4 {
color: #813c32;
}
.color-5 {
color: #4f272d;
}

/* CSS Variables */
:root {
--color-1: #d7b56a;
--color-2: #bf9d5a;
--color-3: #a56c4a;
--color-4: #813c32;
--color-5: #4f272d;
}

๐ŸŒˆ Spiced Citrus Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7b56a, #bf9d5a, #a56c4a, #813c32, #4f272d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7b56a, #bf9d5a, #a56c4a, #813c32, #4f272d);
}

Spiced Citrus Harmony color palette created on .