Light Coral Color Palette
Discover the beautiful Light Coral color palette featuring persimmon (#ff5d52), atomic tangerine (#ff9a5c), texas rose (#ffb84d), anakiwa (#80d9ff) and turquoise (#3dd6c2).
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 Light Coral palette
💻 Light Coral color palette CSS
/* CSS */
.color-1 {
color: #ff5d52;
}
.color-2 {
color: #ff9a5c;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #80d9ff;
}
.color-5 {
color: #3dd6c2;
}
/* CSS Variables */
:root {
--color-1: #ff5d52;
--color-2: #ff9a5c;
--color-3: #ffb84d;
--color-4: #80d9ff;
--color-5: #3dd6c2;
} 🌈 Light Coral background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5d52, #ff9a5c, #ffb84d, #80d9ff, #3dd6c2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5d52, #ff9a5c, #ffb84d, #80d9ff, #3dd6c2);
} 🔗 Explore similar color palettes
Light Coral color palette created on .