Sugar Rush Delight Color Palette

Discover the beautiful Sugar Rush Delight color palette featuring red orange (#ff3d33), bittersweet (#ff6e61), atomic tangerine (#ff9f6b), macaroni and cheese (#ffcc7a) and mustard (#ffd84d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Red, Orange, Yellow, Cool Summer 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 Sugar Rush Delight palette

Share this palette to:

💻 Sugar Rush Delight color palette CSS

/* CSS */
.color-1 {
color: #ff3d33;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff9f6b;
}
.color-4 {
color: #ffcc7a;
}
.color-5 {
color: #ffd84d;
}

/* CSS Variables */
:root {
--color-1: #ff3d33;
--color-2: #ff6e61;
--color-3: #ff9f6b;
--color-4: #ffcc7a;
--color-5: #ffd84d;
}

🌈 Sugar Rush Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff3d33, #ff6e61, #ff9f6b, #ffcc7a, #ffd84d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff3d33, #ff6e61, #ff9f6b, #ffcc7a, #ffd84d);
}

Sugar Rush Delight color palette created on .