Suncut Color Palette

Discover the beautiful Suncut color palette featuring cream brulee (#ffe19f), peach orange (#ffd29a), peach orange (#ffc496), mona lisa (#ffaf91) and vivid tangerine (#ff9c86).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withApricot, Beige, Bright, Cream, Light, Peach, Soft, Summer, Warm 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 Suncut palette

Share this palette to:

๐Ÿ’ป Suncut color palette CSS

/* CSS */
.color-1 {
color: #ffe19f;
}
.color-2 {
color: #ffd29a;
}
.color-3 {
color: #ffc496;
}
.color-4 {
color: #ffaf91;
}
.color-5 {
color: #ff9c86;
}

/* CSS Variables */
:root {
--color-1: #ffe19f;
--color-2: #ffd29a;
--color-3: #ffc496;
--color-4: #ffaf91;
--color-5: #ff9c86;
}

๐ŸŒˆ Suncut background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffe19f, #ffd29a, #ffc496, #ffaf91, #ff9c86);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffe19f, #ffd29a, #ffc496, #ffaf91, #ff9c86);
}

Suncut color palette created on .