Orange Sunset Color Palette
Discover the beautiful Orange Sunset color palette featuring saffron (#f6b83c), ecstasy (#f78a1d), international orange (#f55a00), tuscany (#c84c2d) and old brick (#8d2d1c).
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 Orange Sunset palette
๐ป Orange Sunset color palette CSS
/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #f78a1d;
}
.color-3 {
color: #f55a00;
}
.color-4 {
color: #c84c2d;
}
.color-5 {
color: #8d2d1c;
}
/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f78a1d;
--color-3: #f55a00;
--color-4: #c84c2d;
--color-5: #8d2d1c;
}
๐ Orange Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f78a1d, #f55a00, #c84c2d, #8d2d1c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f78a1d, #f55a00, #c84c2d, #8d2d1c);
}
๐ Explore similar color palettes
Orange Sunset color palette created on .