Chromakopia Color Palette

Discover the beautiful Chromakopia color palette featuring trinidad (#f05b05), casablanca (#f8c24f), eucalyptus (#2c9b6b), steel blue (#5d8dc0) and tapestry (#9b508e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Orange, Yellow, Green, Blue, Purple, Vibrant, Fun 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 Chromakopia palette

Share this palette to:

💻 Chromakopia color palette CSS

/* CSS */
.color-1 {
color: #f05b05;
}
.color-2 {
color: #f8c24f;
}
.color-3 {
color: #2c9b6b;
}
.color-4 {
color: #5d8dc0;
}
.color-5 {
color: #9b508e;
}

/* CSS Variables */
:root {
--color-1: #f05b05;
--color-2: #f8c24f;
--color-3: #2c9b6b;
--color-4: #5d8dc0;
--color-5: #9b508e;
}

🌈 Chromakopia background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f05b05, #f8c24f, #2c9b6b, #5d8dc0, #9b508e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f05b05, #f8c24f, #2c9b6b, #5d8dc0, #9b508e);
}

Chromakopia color palette created on .