Coral Breeze Color Palette
Discover the beautiful Coral Breeze color palette featuring carnation (#f86552), neon carrot (#f8953e), bright sun (#f8cf42), chinook (#a9e3c3) and fountain blue (#5ec5bf).
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 Breeze palette
💻 Coral Breeze color palette CSS
/* CSS */
.color-1 {
color: #f86552;
}
.color-2 {
color: #f8953e;
}
.color-3 {
color: #f8cf42;
}
.color-4 {
color: #a9e3c3;
}
.color-5 {
color: #5ec5bf;
}
/* CSS Variables */
:root {
--color-1: #f86552;
--color-2: #f8953e;
--color-3: #f8cf42;
--color-4: #a9e3c3;
--color-5: #5ec5bf;
} 🌈 Coral Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f86552, #f8953e, #f8cf42, #a9e3c3, #5ec5bf);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f86552, #f8953e, #f8cf42, #a9e3c3, #5ec5bf);
} 🔗 Explore similar color palettes
Coral Breeze color palette created on .