Itar Clock Work Color Palette

Discover the beautiful Itar Clock Work color palette featuring twine (#c69c6c), cape palliser (#a55e4a), buccaneer (#5c2d2e), crail (#b84e3d) and green smoke (#a7a56c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Bright, Brown, Clock, Earthy, Green, Modern, Red, Vintage, Work 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 Itar Clock Work palette

Share this palette to:

๐Ÿ’ป Itar Clock Work color palette CSS

/* CSS */
.color-1 {
color: #c69c6c;
}
.color-2 {
color: #a55e4a;
}
.color-3 {
color: #5c2d2e;
}
.color-4 {
color: #b84e3d;
}
.color-5 {
color: #a7a56c;
}

/* CSS Variables */
:root {
--color-1: #c69c6c;
--color-2: #a55e4a;
--color-3: #5c2d2e;
--color-4: #b84e3d;
--color-5: #a7a56c;
}

๐ŸŒˆ Itar Clock Work background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c69c6c, #a55e4a, #5c2d2e, #b84e3d, #a7a56c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c69c6c, #a55e4a, #5c2d2e, #b84e3d, #a7a56c);
}

Itar Clock Work color palette created on .