Coral Autumn Color Palette

Discover the beautiful Coral Autumn color palette featuring stiletto (#9a2d2f), contessa (#c86a6d), careys pink (#d8a5a2), mandys pink (#f0b89e) and mandys pink (#f5d0c7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Coral, Red, Soft, Warm 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 Autumn palette

Share this palette to:

💻 Coral Autumn color palette CSS

/* CSS */
.color-1 {
color: #9a2d2f;
}
.color-2 {
color: #c86a6d;
}
.color-3 {
color: #d8a5a2;
}
.color-4 {
color: #f0b89e;
}
.color-5 {
color: #f5d0c7;
}

/* CSS Variables */
:root {
--color-1: #9a2d2f;
--color-2: #c86a6d;
--color-3: #d8a5a2;
--color-4: #f0b89e;
--color-5: #f5d0c7;
}

🌈 Coral Autumn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9a2d2f, #c86a6d, #d8a5a2, #f0b89e, #f5d0c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9a2d2f, #c86a6d, #d8a5a2, #f0b89e, #f5d0c7);
}

Coral Autumn color palette created on .