Coral Corvette Color Palette
Discover the beautiful Coral Corvette color palette featuring corvette (#fad3a3), manhattan (#f5c6a8), wewak (#f2abb2), tacao (#f29f8c) and flame pea (#e25a3c).
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 Coral Corvette palette
💻 Coral Corvette color palette CSS
/* CSS */
.color-1 {
color: #fad3a3;
}
.color-2 {
color: #f5c6a8;
}
.color-3 {
color: #f2abb2;
}
.color-4 {
color: #f29f8c;
}
.color-5 {
color: #e25a3c;
}
/* CSS Variables */
:root {
--color-1: #fad3a3;
--color-2: #f5c6a8;
--color-3: #f2abb2;
--color-4: #f29f8c;
--color-5: #e25a3c;
} 🌈 Coral Corvette background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fad3a3, #f5c6a8, #f2abb2, #f29f8c, #e25a3c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fad3a3, #f5c6a8, #f2abb2, #f29f8c, #e25a3c);
} 🔗 Explore similar color palettes
Coral Corvette color palette created on .