Apricot Sunset Color Palette
Discover the beautiful Apricot Sunset color palette featuring peach yellow (#f9d6b3), tacao (#f4b680), sandy brown (#f1a650), jaffa (#e78c3c) and flame pea (#d15d3d).
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 Sunset palette
๐ป Apricot Sunset color palette CSS
/* CSS */
.color-1 {
color: #f9d6b3;
}
.color-2 {
color: #f4b680;
}
.color-3 {
color: #f1a650;
}
.color-4 {
color: #e78c3c;
}
.color-5 {
color: #d15d3d;
}
/* CSS Variables */
:root {
--color-1: #f9d6b3;
--color-2: #f4b680;
--color-3: #f1a650;
--color-4: #e78c3c;
--color-5: #d15d3d;
} ๐ Apricot Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d6b3, #f4b680, #f1a650, #e78c3c, #d15d3d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d6b3, #f4b680, #f1a650, #e78c3c, #d15d3d);
} ๐ Explore similar color palettes
Apricot Sunset color palette created on .