Shades of Orange Color Palette
Discover the beautiful Shades of Orange color palette featuring porsche (#e5a66c), cream can (#f7c869), tacao (#f1a17e), contessa (#c56d7c) and trendy pink (#8c5b9a).
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 Shades of Orange palette
๐ป Shades of Orange color palette CSS
/* CSS */
.color-1 {
color: #e5a66c;
}
.color-2 {
color: #f7c869;
}
.color-3 {
color: #f1a17e;
}
.color-4 {
color: #c56d7c;
}
.color-5 {
color: #8c5b9a;
}
/* CSS Variables */
:root {
--color-1: #e5a66c;
--color-2: #f7c869;
--color-3: #f1a17e;
--color-4: #c56d7c;
--color-5: #8c5b9a;
} ๐ Shades of Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5a66c, #f7c869, #f1a17e, #c56d7c, #8c5b9a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5a66c, #f7c869, #f1a17e, #c56d7c, #8c5b9a);
} ๐ Explore similar color palettes
Shades of Orange color palette created on .