Toxic Color Palette
Discover the beautiful Toxic color palette featuring glade green (#5a8c5a), spring rain (#a3d2b0), sandwisp (#f4e1a4), saffron (#f6b83c) and tuscany (#c84c2d).
Brightness
Saturation
Warmth
💡 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 palette
💻 Toxic color palette CSS
/* CSS */
.color-1 {
color: #5a8c5a;
}
.color-2 {
color: #a3d2b0;
}
.color-3 {
color: #f4e1a4;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #c84c2d;
}
/* CSS Variables */
:root {
--color-1: #5a8c5a;
--color-2: #a3d2b0;
--color-3: #f4e1a4;
--color-4: #f6b83c;
--color-5: #c84c2d;
} 🌈 Toxic background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a8c5a, #a3d2b0, #f4e1a4, #f6b83c, #c84c2d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a8c5a, #a3d2b0, #f4e1a4, #f6b83c, #c84c2d);
} 🔗 Explore similar color palettes
Toxic color palette created on .