Coral Breeze Color Palette

Discover the beautiful Coral Breeze color palette featuring carnation (#f86754), neon carrot (#f8953f), bright sun (#f8ce44), padua (#aae4c4) and fountain blue (#5ec5c0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCoral, Orange, Yellow, Turquoise, Warm, Vibrant, Beach, Summer, Fun color palettes and combinations.

💡 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

Share this palette to:

💻 Coral Breeze color palette CSS

/* CSS */
.color-1 {
color: #f86754;
}
.color-2 {
color: #f8953f;
}
.color-3 {
color: #f8ce44;
}
.color-4 {
color: #aae4c4;
}
.color-5 {
color: #5ec5c0;
}

/* CSS Variables */
:root {
--color-1: #f86754;
--color-2: #f8953f;
--color-3: #f8ce44;
--color-4: #aae4c4;
--color-5: #5ec5c0;
}

🌈 Coral Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f86754, #f8953f, #f8ce44, #aae4c4, #5ec5c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f86754, #f8953f, #f8ce44, #aae4c4, #5ec5c0);
}

Coral Breeze color palette created on .