Melty Red Shades Color Palette
Discover the beautiful Melty Red Shades color palette featuring valencia (#d83b3b), sunglo (#e66b6b), froly (#f68484), rose bud (#f7a6a6) and cupid (#fbc6c6).
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 Melty Red Shades palette
💻 Melty Red Shades color palette CSS
/* CSS */
.color-1 {
color: #d83b3b;
}
.color-2 {
color: #e66b6b;
}
.color-3 {
color: #f68484;
}
.color-4 {
color: #f7a6a6;
}
.color-5 {
color: #fbc6c6;
}
/* CSS Variables */
:root {
--color-1: #d83b3b;
--color-2: #e66b6b;
--color-3: #f68484;
--color-4: #f7a6a6;
--color-5: #fbc6c6;
} 🌈 Melty Red Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d83b3b, #e66b6b, #f68484, #f7a6a6, #fbc6c6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d83b3b, #e66b6b, #f68484, #f7a6a6, #fbc6c6);
} 🔗 Explore similar color palettes
Melty Red Shades color palette created on .