Sugary Sunset Color Palette
Discover the beautiful Sugary Sunset color palette featuring marzipan (#f8db9b), cream can (#f4c15d), sandy brown (#f2a94a), fire bush (#e58d2e) and hot cinnamon (#db6a1f).
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 Sugary Sunset palette
๐ป Sugary Sunset color palette CSS
/* CSS */
.color-1 {
color: #f8db9b;
}
.color-2 {
color: #f4c15d;
}
.color-3 {
color: #f2a94a;
}
.color-4 {
color: #e58d2e;
}
.color-5 {
color: #db6a1f;
}
/* CSS Variables */
:root {
--color-1: #f8db9b;
--color-2: #f4c15d;
--color-3: #f2a94a;
--color-4: #e58d2e;
--color-5: #db6a1f;
}
๐ Sugary Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8db9b, #f4c15d, #f2a94a, #e58d2e, #db6a1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8db9b, #f4c15d, #f2a94a, #e58d2e, #db6a1f);
}
๐ Explore similar color palettes
Sugary Sunset color palette created on .