Kaya'aton'my Color Palette

Discover the beautiful Kaya'aton'my color palette featuring pirate gold (#bd7b00), indochine (#ad6800), brown (#855600), verdun green (#5c4d00) and verdun green (#3c4200).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Orange, Brown, Earthy, Autumn, Warm, Deep, Neutral, Forest, Rustic 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 Kaya'aton'my palette

Share this palette to:

๐Ÿ’ป Kaya'aton'my color palette CSS

/* CSS */
.color-1 {
color: #bd7b00;
}
.color-2 {
color: #ad6800;
}
.color-3 {
color: #855600;
}
.color-4 {
color: #5c4d00;
}
.color-5 {
color: #3c4200;
}

/* CSS Variables */
:root {
--color-1: #bd7b00;
--color-2: #ad6800;
--color-3: #855600;
--color-4: #5c4d00;
--color-5: #3c4200;
}

๐ŸŒˆ Kaya'aton'my background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bd7b00, #ad6800, #855600, #5c4d00, #3c4200);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bd7b00, #ad6800, #855600, #5c4d00, #3c4200);
}

Kaya'aton'my color palette created on .