Carmen Sandiego Color Palette
Discover the beautiful Carmen Sandiego color palette featuring mexican red (#a62b2b), persian red (#d22d2d), chilean fire (#f57200), supernova (#f5c400) and fire bush (#e29f2c).
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 Carmen Sandiego palette
💻 Carmen Sandiego color palette CSS
/* CSS */
.color-1 {
color: #a62b2b;
}
.color-2 {
color: #d22d2d;
}
.color-3 {
color: #f57200;
}
.color-4 {
color: #f5c400;
}
.color-5 {
color: #e29f2c;
}
/* CSS Variables */
:root {
--color-1: #a62b2b;
--color-2: #d22d2d;
--color-3: #f57200;
--color-4: #f5c400;
--color-5: #e29f2c;
}
🌈 Carmen Sandiego background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a62b2b, #d22d2d, #f57200, #f5c400, #e29f2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a62b2b, #d22d2d, #f57200, #f5c400, #e29f2c);
}
🔗 Explore similar color palettes
Carmen Sandiego color palette created on .