Crescent City Sunset Color Palette

Discover the beautiful Crescent City Sunset color palette featuring new orleans (#f3d69b), tulip tree (#f1b341), fire bush (#e68a28), hot cinnamon (#d65f1f) and mojo (#c84c3c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Bright, Sun, Summer, Orange 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 Crescent City Sunset palette

Share this palette to:

๐Ÿ’ป Crescent City Sunset color palette CSS

/* CSS */
.color-1 {
color: #f3d69b;
}
.color-2 {
color: #f1b341;
}
.color-3 {
color: #e68a28;
}
.color-4 {
color: #d65f1f;
}
.color-5 {
color: #c84c3c;
}

/* CSS Variables */
:root {
--color-1: #f3d69b;
--color-2: #f1b341;
--color-3: #e68a28;
--color-4: #d65f1f;
--color-5: #c84c3c;
}

๐ŸŒˆ Crescent City Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3d69b, #f1b341, #e68a28, #d65f1f, #c84c3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3d69b, #f1b341, #e68a28, #d65f1f, #c84c3c);
}

Crescent City Sunset color palette created on .