Tall Poppy Color Palette
Discover the beautiful Tall Poppy color palette featuring tall poppy (#b32d29), flame pea (#d45c3a), sandy brown (#f4a462), maize (#f6cba7) and aths special (#e6e9c3).
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 palette
💻 Tall Poppy color palette CSS
/* CSS */
.color-1 {
color: #b32d29;
}
.color-2 {
color: #d45c3a;
}
.color-3 {
color: #f4a462;
}
.color-4 {
color: #f6cba7;
}
.color-5 {
color: #e6e9c3;
}
/* CSS Variables */
:root {
--color-1: #b32d29;
--color-2: #d45c3a;
--color-3: #f4a462;
--color-4: #f6cba7;
--color-5: #e6e9c3;
} 🌈 Tall Poppy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b32d29, #d45c3a, #f4a462, #f6cba7, #e6e9c3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b32d29, #d45c3a, #f4a462, #f6cba7, #e6e9c3);
} 🔗 Explore similar color palettes
Tall Poppy color palette created on .