Red Thunderstorm Color Palette

Discover the beautiful Red Thunderstorm color palette featuring tall poppy (#b62b2b), froly (#f56b6b), tan hide (#f9a858), marzipan (#f7e28d) and whiskey (#d3a76f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with bright, red, summer, vibrant, 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 Red Thunderstorm palette

Share this palette to:

💻 Red Thunderstorm color palette CSS

/* CSS */
.color-1 {
color: #b62b2b;
}
.color-2 {
color: #f56b6b;
}
.color-3 {
color: #f9a858;
}
.color-4 {
color: #f7e28d;
}
.color-5 {
color: #d3a76f;
}

/* CSS Variables */
:root {
--color-1: #b62b2b;
--color-2: #f56b6b;
--color-3: #f9a858;
--color-4: #f7e28d;
--color-5: #d3a76f;
}

🌈 Red Thunderstorm background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b62b2b, #f56b6b, #f9a858, #f7e28d, #d3a76f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b62b2b, #f56b6b, #f9a858, #f7e28d, #d3a76f);
}

Red Thunderstorm color palette created on .