Tall Poppy Sunset Color Palette
Discover the beautiful Tall Poppy Sunset color palette featuring tall poppy (#b32d29), flame pea (#d2532d), burnt sienna (#e6753d), sandy brown (#f5a35c) and cherokee (#f9cf8b).
Brightness
Saturation
Warmth
💡 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
💻 Tall Poppy Sunset color palette CSS
/* CSS */
.color-1 {
color: #b32d29;
}
.color-2 {
color: #d2532d;
}
.color-3 {
color: #e6753d;
}
.color-4 {
color: #f5a35c;
}
.color-5 {
color: #f9cf8b;
}
/* CSS Variables */
:root {
--color-1: #b32d29;
--color-2: #d2532d;
--color-3: #e6753d;
--color-4: #f5a35c;
--color-5: #f9cf8b;
} 🌈 Tall Poppy Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b32d29, #d2532d, #e6753d, #f5a35c, #f9cf8b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b32d29, #d2532d, #e6753d, #f5a35c, #f9cf8b);
} 🔗 Explore similar color palettes
Tall Poppy Sunset color palette created on .