Coral Shades Color Palette
Discover the beautiful Coral Shades color palette featuring rose bud (#f9b69f), sunglo (#e67b79), chestnut rose (#d4545a), night shadz (#b93c4d) and el salva (#882b31).
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 Shades palette
💻 Coral Shades color palette CSS
/* CSS */
.color-1 {
color: #f9b69f;
}
.color-2 {
color: #e67b79;
}
.color-3 {
color: #d4545a;
}
.color-4 {
color: #b93c4d;
}
.color-5 {
color: #882b31;
}
/* CSS Variables */
:root {
--color-1: #f9b69f;
--color-2: #e67b79;
--color-3: #d4545a;
--color-4: #b93c4d;
--color-5: #882b31;
} 🌈 Coral Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b69f, #e67b79, #d4545a, #b93c4d, #882b31);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b69f, #e67b79, #d4545a, #b93c4d, #882b31);
} 🔗 Explore similar color palettes
Coral Shades color palette created on .