Apricot & Orange Color Palette
Discover the beautiful Apricot & Orange color palette featuring saffron (#f6b83c), buttercup (#f39c12), zest (#e77e23), tenn (#d15400) and tall poppy (#bf3a2b).
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 Apricot & Orange palette
๐ป Apricot & Orange color palette CSS
/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #f39c12;
}
.color-3 {
color: #e77e23;
}
.color-4 {
color: #d15400;
}
.color-5 {
color: #bf3a2b;
}
/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f39c12;
--color-3: #e77e23;
--color-4: #d15400;
--color-5: #bf3a2b;
}
๐ Apricot & Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f39c12, #e77e23, #d15400, #bf3a2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f39c12, #e77e23, #d15400, #bf3a2b);
}
๐ Explore similar color palettes
Apricot & Orange color palette created on .