Punchy Sunrise Color Palette

Discover the beautiful Punchy Sunrise color palette featuring punch (#dc4332), flamingo (#f05a28), buttercup (#f5a119), saffron (#f6d028) and conifer (#a3d55d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRed, Orange, Yellow, Green, Vibrant, Bright Summer, Sunset, Fun, 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 Punchy Sunrise palette

Share this palette to:

💻 Punchy Sunrise color palette CSS

/* CSS */
.color-1 {
color: #dc4332;
}
.color-2 {
color: #f05a28;
}
.color-3 {
color: #f5a119;
}
.color-4 {
color: #f6d028;
}
.color-5 {
color: #a3d55d;
}

/* CSS Variables */
:root {
--color-1: #dc4332;
--color-2: #f05a28;
--color-3: #f5a119;
--color-4: #f6d028;
--color-5: #a3d55d;
}

🌈 Punchy Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dc4332, #f05a28, #f5a119, #f6d028, #a3d55d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dc4332, #f05a28, #f5a119, #f6d028, #a3d55d);
}

Punchy Sunrise color palette created on .