Coral Autumn Color Palette
Discover the beautiful Coral Autumn color palette featuring manhattan (#f6c8a7), tacao (#f2a68c), deep blush (#e77e7e), mulberry (#c75c87) and affair (#8d4c9a).
Brightness
Saturation
Warmth
๐ก 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
๐ป Coral Autumn color palette CSS
/* CSS */
.color-1 {
color: #f6c8a7;
}
.color-2 {
color: #f2a68c;
}
.color-3 {
color: #e77e7e;
}
.color-4 {
color: #c75c87;
}
.color-5 {
color: #8d4c9a;
}
/* CSS Variables */
:root {
--color-1: #f6c8a7;
--color-2: #f2a68c;
--color-3: #e77e7e;
--color-4: #c75c87;
--color-5: #8d4c9a;
} ๐ Coral Autumn background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c8a7, #f2a68c, #e77e7e, #c75c87, #8d4c9a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c8a7, #f2a68c, #e77e7e, #c75c87, #8d4c9a);
} ๐ Explore similar color palettes
Coral Autumn color palette created on .