Discover the beautiful Coral Blue color palette featuring coral (#ff8052), peach (#ffe3b3), khaki (#f0e78e), regent st blue (#add8e6) and steel blue (#4682b4).

Coral Blue Color Palette

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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

Explore how the Coral Blue palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Coral Blue palette

Share this palette to:

💻 Coral Blue color palette CSS

/* CSS */
.color-1 {
color: #ff8052;
}
.color-2 {
color: #ffe3b3;
}
.color-3 {
color: #f0e78e;
}
.color-4 {
color: #add8e6;
}
.color-5 {
color: #4682b4;
}

/* CSS Variables */
:root {
--color-1: #ff8052;
--color-2: #ffe3b3;
--color-3: #f0e78e;
--color-4: #add8e6;
--color-5: #4682b4;
}

🌈 Coral Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8052, #ffe3b3, #f0e78e, #add8e6, #4682b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8052, #ffe3b3, #f0e78e, #add8e6, #4682b4);
}

Coral Blue color palette created on .