Orange Sunset Color Palette
Discover the beautiful Orange Sunset color palette featuring casablanca (#f3b14f), tango (#f47b1f), cinnabar (#e74d3c), wisteria (#9b58b6) and mariner (#287fb8).
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: #f3b14f;
}
.color-2 {
color: #f47b1f;
}
.color-3 {
color: #e74d3c;
}
.color-4 {
color: #9b58b6;
}
.color-5 {
color: #287fb8;
}
/* CSS Variables */
:root {
--color-1: #f3b14f;
--color-2: #f47b1f;
--color-3: #e74d3c;
--color-4: #9b58b6;
--color-5: #287fb8;
} ๐ Orange Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3b14f, #f47b1f, #e74d3c, #9b58b6, #287fb8);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3b14f, #f47b1f, #e74d3c, #9b58b6, #287fb8);
} ๐ Explore similar color palettes
Orange Sunset color palette created on .