Peach Sunset Color Palette
Discover the beautiful Peach Sunset color palette featuring peach orange (#ffcc99), atomic tangerine (#ff9966), coral (#ff8052), outrageous orange (#ff5b29) and vermilion (#ff3c00).
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 Peach Sunset palette
๐ป Peach Sunset color palette CSS
/* CSS */
.color-1 {
color: #ffcc99;
}
.color-2 {
color: #ff9966;
}
.color-3 {
color: #ff8052;
}
.color-4 {
color: #ff5b29;
}
.color-5 {
color: #ff3c00;
}
/* CSS Variables */
:root {
--color-1: #ffcc99;
--color-2: #ff9966;
--color-3: #ff8052;
--color-4: #ff5b29;
--color-5: #ff3c00;
} ๐ Peach Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc99, #ff9966, #ff8052, #ff5b29, #ff3c00);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc99, #ff9966, #ff8052, #ff5b29, #ff3c00);
} ๐ Explore similar color palettes
Peach Sunset color palette created on .