Tall Poppy Sunset Color Palette

Discover the beautiful Tall Poppy Sunset color palette featuring tall poppy (#b32d29), flame pea (#d86c31), sea buckthorn (#f89f3a), sweet corn (#f8e68c) and regent st blue (#a3c7e0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, 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 Tall Poppy Sunset palette

Share this palette to:

💻 Tall Poppy Sunset color palette CSS

/* CSS */
.color-1 {
color: #b32d29;
}
.color-2 {
color: #d86c31;
}
.color-3 {
color: #f89f3a;
}
.color-4 {
color: #f8e68c;
}
.color-5 {
color: #a3c7e0;
}

/* CSS Variables */
:root {
--color-1: #b32d29;
--color-2: #d86c31;
--color-3: #f89f3a;
--color-4: #f8e68c;
--color-5: #a3c7e0;
}

🌈 Tall Poppy Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b32d29, #d86c31, #f89f3a, #f8e68c, #a3c7e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b32d29, #d86c31, #f89f3a, #f8e68c, #a3c7e0);
}

Tall Poppy Sunset color palette created on .