Chromakopia Color Palette

Discover the beautiful Chromakopia color palette featuring carnation (#f25c5a), energy yellow (#f6d55a), keppel (#3cafa3), matisse (#20659d) and biscay (#173e5e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Fun, Vibrant, Red, Yellow, Green, Blue, Teal 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: #f25c5a;
}
.color-2 {
color: #f6d55a;
}
.color-3 {
color: #3cafa3;
}
.color-4 {
color: #20659d;
}
.color-5 {
color: #173e5e;
}

/* CSS Variables */
:root {
--color-1: #f25c5a;
--color-2: #f6d55a;
--color-3: #3cafa3;
--color-4: #20659d;
--color-5: #173e5e;
}

🌈 Chromakopia background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f25c5a, #f6d55a, #3cafa3, #20659d, #173e5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f25c5a, #f6d55a, #3cafa3, #20659d, #173e5e);
}

Chromakopia color palette created on .