Candy Sunset Color Palette
Discover the beautiful Candy Sunset color palette featuring romantic (#ffd3bd), negroni (#ffe0bd), colonial white (#ffebbd), egg white (#fff5bd) and shalimar (#fff8bd).
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: #ffd3bd;
}
.color-2 {
color: #ffe0bd;
}
.color-3 {
color: #ffebbd;
}
.color-4 {
color: #fff5bd;
}
.color-5 {
color: #fff8bd;
}
/* CSS Variables */
:root {
--color-1: #ffd3bd;
--color-2: #ffe0bd;
--color-3: #ffebbd;
--color-4: #fff5bd;
--color-5: #fff8bd;
} 🌈 Candy Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd3bd, #ffe0bd, #ffebbd, #fff5bd, #fff8bd);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd3bd, #ffe0bd, #ffebbd, #fff5bd, #fff8bd);
} 🔗 Explore similar color palettes
Candy Sunset color palette created on .