Poppy Color Palette
Discover the beautiful Poppy color palette featuring flame pea (#e05a29), jaffa (#f17e3b), saffron (#f8b93a), sahara sand (#f1e87e) and yellow green (#a7d86e).
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 Poppy palette
💻 Poppy color palette CSS
/* CSS */
.color-1 {
color: #e05a29;
}
.color-2 {
color: #f17e3b;
}
.color-3 {
color: #f8b93a;
}
.color-4 {
color: #f1e87e;
}
.color-5 {
color: #a7d86e;
}
/* CSS Variables */
:root {
--color-1: #e05a29;
--color-2: #f17e3b;
--color-3: #f8b93a;
--color-4: #f1e87e;
--color-5: #a7d86e;
} 🌈 Poppy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e05a29, #f17e3b, #f8b93a, #f1e87e, #a7d86e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e05a29, #f17e3b, #f8b93a, #f1e87e, #a7d86e);
} 🔗 Explore similar color palettes
Poppy color palette created on .