Chirostenotes Color Palette

Discover the beautiful Chirostenotes color palette featuring whiskey (#d3a164), old gold (#ccaf3e), sushi (#a9b83d), olive drab (#4d8c2b) and chalet green (#3b5b2f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Earthy, Forest, Fun, Green, Nature, Retro, Summer, Vibrant, Yellow 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 Chirostenotes palette

Share this palette to:

💻 Chirostenotes color palette CSS

/* CSS */
.color-1 {
color: #d3a164;
}
.color-2 {
color: #ccaf3e;
}
.color-3 {
color: #a9b83d;
}
.color-4 {
color: #4d8c2b;
}
.color-5 {
color: #3b5b2f;
}

/* CSS Variables */
:root {
--color-1: #d3a164;
--color-2: #ccaf3e;
--color-3: #a9b83d;
--color-4: #4d8c2b;
--color-5: #3b5b2f;
}

🌈 Chirostenotes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3a164, #ccaf3e, #a9b83d, #4d8c2b, #3b5b2f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3a164, #ccaf3e, #a9b83d, #4d8c2b, #3b5b2f);
}

Chirostenotes color palette created on .