Cassette Color Palette

Discover the beautiful Cassette color palette featuring trinidad (#e75b04), web orange (#f5a300), saffron mango (#f9c54e), olivine (#91be6f) and ocean green (#43a889).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with80s, Bright, Fun, Green, Orange, Retro, Spring, Teal, 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 Cassette palette

Share this palette to:

💻 Cassette color palette CSS

/* CSS */
.color-1 {
color: #e75b04;
}
.color-2 {
color: #f5a300;
}
.color-3 {
color: #f9c54e;
}
.color-4 {
color: #91be6f;
}
.color-5 {
color: #43a889;
}

/* CSS Variables */
:root {
--color-1: #e75b04;
--color-2: #f5a300;
--color-3: #f9c54e;
--color-4: #91be6f;
--color-5: #43a889;
}

🌈 Cassette background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e75b04, #f5a300, #f9c54e, #91be6f, #43a889);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e75b04, #f5a300, #f9c54e, #91be6f, #43a889);
}

Cassette color palette created on .