Coral Sunset Color Palette

Discover the beautiful Coral Sunset color palette featuring manhattan (#f7c5a6), web orange (#f0a800), terracotta (#e07a52), mojo (#c9493b) and camelot (#8c2b4c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Coral, Orange, Red, Pink 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 Sunset palette

Share this palette to:

💻 Coral Sunset color palette CSS

/* CSS */
.color-1 {
color: #f7c5a6;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #e07a52;
}
.color-4 {
color: #c9493b;
}
.color-5 {
color: #8c2b4c;
}

/* CSS Variables */
:root {
--color-1: #f7c5a6;
--color-2: #f0a800;
--color-3: #e07a52;
--color-4: #c9493b;
--color-5: #8c2b4c;
}

🌈 Coral Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5a6, #f0a800, #e07a52, #c9493b, #8c2b4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5a6, #f0a800, #e07a52, #c9493b, #8c2b4c);
}

Coral Sunset color palette created on .