Toxic Tresses Color Palette

Discover the beautiful Toxic Tresses color palette featuring pastel green (#5cdb8b), sinbad (#a2d8c4), supernova (#f5c400), sunglo (#e76e6e) and east bay (#4c3e75).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Coral, Green, Vibrant 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 Toxic Tresses palette

Share this palette to:

💻 Toxic Tresses color palette CSS

/* CSS */
.color-1 {
color: #5cdb8b;
}
.color-2 {
color: #a2d8c4;
}
.color-3 {
color: #f5c400;
}
.color-4 {
color: #e76e6e;
}
.color-5 {
color: #4c3e75;
}

/* CSS Variables */
:root {
--color-1: #5cdb8b;
--color-2: #a2d8c4;
--color-3: #f5c400;
--color-4: #e76e6e;
--color-5: #4c3e75;
}

🌈 Toxic Tresses background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5cdb8b, #a2d8c4, #f5c400, #e76e6e, #4c3e75);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5cdb8b, #a2d8c4, #f5c400, #e76e6e, #4c3e75);
}

Toxic Tresses color palette created on .