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

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Beach, Bright, Spring, Yellow color palettes and combinations.

๐Ÿ’ก 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

Share this palette to:

๐Ÿ’ป 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);
}

Sugary Sunset color palette created on .