Corvette Sunset Color Palette

Discover the beautiful Corvette Sunset color palette featuring corvette (#fad3a3), hit pink (#fcac88), carnation (#f86a5d), punch (#d93b30) and roof terracotta (#aa2b1d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Corvette, Fun, Orange, Peach, Red, Soft, Summer, Vibrant 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 Corvette Sunset palette

Share this palette to:

💻 Corvette Sunset color palette CSS

/* CSS */
.color-1 {
color: #fad3a3;
}
.color-2 {
color: #fcac88;
}
.color-3 {
color: #f86a5d;
}
.color-4 {
color: #d93b30;
}
.color-5 {
color: #aa2b1d;
}

/* CSS Variables */
:root {
--color-1: #fad3a3;
--color-2: #fcac88;
--color-3: #f86a5d;
--color-4: #d93b30;
--color-5: #aa2b1d;
}

🌈 Corvette Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fad3a3, #fcac88, #f86a5d, #d93b30, #aa2b1d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fad3a3, #fcac88, #f86a5d, #d93b30, #aa2b1d);
}

Corvette Sunset color palette created on .