Red Candy Color Palette
Discover the beautiful Red Candy color palette featuring coral red (#ff3d3d), burning orange (#ff6e3d), neon carrot (#ff9e3d), yellow orange (#ffbe3d) and bright sun (#ffdf3d).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withBright, Red, Orange, Yellow, Cool Summer 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 Red Candy palette
💻 Red Candy color palette CSS
/* CSS */
.color-1 {
color: #ff3d3d;
}
.color-2 {
color: #ff6e3d;
}
.color-3 {
color: #ff9e3d;
}
.color-4 {
color: #ffbe3d;
}
.color-5 {
color: #ffdf3d;
}
/* CSS Variables */
:root {
--color-1: #ff3d3d;
--color-2: #ff6e3d;
--color-3: #ff9e3d;
--color-4: #ffbe3d;
--color-5: #ffdf3d;
}
🌈 Red Candy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff3d3d, #ff6e3d, #ff9e3d, #ffbe3d, #ffdf3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff3d3d, #ff6e3d, #ff9e3d, #ffbe3d, #ffdf3d);
}
🔗 Explore similar color palettes
Red Candy color palette created on .