Syrup Sunrise Color Palette

Discover the beautiful Syrup Sunrise color palette featuring supernova (#f5c400), texas rose (#ffb84d), pizazz (#ff8800), orange (#ff5724) and persian red (#d33131).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Fun, Orange, Red, 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 Syrup Sunrise palette

Share this palette to:

💻 Syrup Sunrise color palette CSS

/* CSS */
.color-1 {
color: #f5c400;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ff8800;
}
.color-4 {
color: #ff5724;
}
.color-5 {
color: #d33131;
}

/* CSS Variables */
:root {
--color-1: #f5c400;
--color-2: #ffb84d;
--color-3: #ff8800;
--color-4: #ff5724;
--color-5: #d33131;
}

🌈 Syrup Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c400, #ffb84d, #ff8800, #ff5724, #d33131);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c400, #ffb84d, #ff8800, #ff5724, #d33131);
}

Syrup Sunrise color palette created on .