Kaya'aton'my Color Palette
Discover the beautiful Kaya'aton'my color palette featuring pirate gold (#bf7b00), chelsea gem (#ab6800), brown (#855700), verdun green (#5a4b00) and verdun green (#3b4200).
Brightness
Saturation
Warmth
๐ก 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
๐ป Kaya'aton'my color palette CSS
/* CSS */
.color-1 {
color: #bf7b00;
}
.color-2 {
color: #ab6800;
}
.color-3 {
color: #855700;
}
.color-4 {
color: #5a4b00;
}
.color-5 {
color: #3b4200;
}
/* CSS Variables */
:root {
--color-1: #bf7b00;
--color-2: #ab6800;
--color-3: #855700;
--color-4: #5a4b00;
--color-5: #3b4200;
} ๐ Kaya'aton'my background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bf7b00, #ab6800, #855700, #5a4b00, #3b4200);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bf7b00, #ab6800, #855700, #5a4b00, #3b4200);
} ๐ Explore similar color palettes
Kaya'aton'my color palette created on .