Cartoon Color Palette
Discover the beautiful Cartoon color palette featuring orange (#ff6d1f), my sin (#ffb92e), picton blue (#28a7e6), affair (#6e4d7a) and azalea (#f5c7d1).
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 Cartoon palette
💻 Cartoon color palette CSS
/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffb92e;
}
.color-3 {
color: #28a7e6;
}
.color-4 {
color: #6e4d7a;
}
.color-5 {
color: #f5c7d1;
}
/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffb92e;
--color-3: #28a7e6;
--color-4: #6e4d7a;
--color-5: #f5c7d1;
} 🌈 Cartoon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffb92e, #28a7e6, #6e4d7a, #f5c7d1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffb92e, #28a7e6, #6e4d7a, #f5c7d1);
} 🔗 Explore similar color palettes
Cartoon color palette created on .