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
๐ก 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
๐ป 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);
} ๐ Explore similar color palettes
Crescent City Sunset color palette created on .