Shades of Coral Color Palette
Discover the beautiful Shades of Coral color palette featuring rose bud (#f9b1ae), sea buckthorn (#fbaf2d), buttercup (#f4c10b), acapulco (#6eaaa3) and astral (#2e8b9e).
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 Shades of Coral palette
💻 Shades of Coral color palette CSS
/* CSS */
.color-1 {
color: #f9b1ae;
}
.color-2 {
color: #fbaf2d;
}
.color-3 {
color: #f4c10b;
}
.color-4 {
color: #6eaaa3;
}
.color-5 {
color: #2e8b9e;
}
/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #fbaf2d;
--color-3: #f4c10b;
--color-4: #6eaaa3;
--color-5: #2e8b9e;
} 🌈 Shades of Coral background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #fbaf2d, #f4c10b, #6eaaa3, #2e8b9e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #fbaf2d, #f4c10b, #6eaaa3, #2e8b9e);
} 🔗 Explore similar color palettes
Shades of Coral color palette created on .