Candy Sunset Color Palette
Discover the beautiful Candy Sunset color palette featuring romantic (#ffd2bc), negroni (#ffe0bc), colonial white (#ffebbc), egg white (#fff5bc) and buttermilk (#fff8bc).
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 Candy Sunset palette
๐ป Candy Sunset color palette CSS
/* CSS */
.color-1 {
color: #ffd2bc;
}
.color-2 {
color: #ffe0bc;
}
.color-3 {
color: #ffebbc;
}
.color-4 {
color: #fff5bc;
}
.color-5 {
color: #fff8bc;
}
/* CSS Variables */
:root {
--color-1: #ffd2bc;
--color-2: #ffe0bc;
--color-3: #ffebbc;
--color-4: #fff5bc;
--color-5: #fff8bc;
} ๐ Candy Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd2bc, #ffe0bc, #ffebbc, #fff5bc, #fff8bc);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd2bc, #ffe0bc, #ffebbc, #fff5bc, #fff8bc);
} ๐ Explore similar color palettes
Candy Sunset color palette created on .