Coral Dream Color Palette

Discover the beautiful Coral Dream color palette featuring orange (#ff5714), burning orange (#ff6a38), coral (#ff944d), persimmon (#ff7152) and red orange (#ff351f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withOrange, Coral, Peach, Red, Warm, Vibrant, Bright, Sunset, 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 Dream palette

Share this palette to:

💻 Coral Dream color palette CSS

/* CSS */
.color-1 {
color: #ff5714;
}
.color-2 {
color: #ff6a38;
}
.color-3 {
color: #ff944d;
}
.color-4 {
color: #ff7152;
}
.color-5 {
color: #ff351f;
}

/* CSS Variables */
:root {
--color-1: #ff5714;
--color-2: #ff6a38;
--color-3: #ff944d;
--color-4: #ff7152;
--color-5: #ff351f;
}

🌈 Coral Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5714, #ff6a38, #ff944d, #ff7152, #ff351f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5714, #ff6a38, #ff944d, #ff7152, #ff351f);
}

Coral Dream color palette created on .