Poppy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Poppy palette
Poppy color palette PNG image
Poppy color palette CSS
/* CSS */
.color-1 {
color: #e05a29;
}
.color-2 {
color: #f17e3b;
}
.color-3 {
color: #f8b93a;
}
.color-4 {
color: #f1e77e;
}
.color-5 {
color: #a7d86e;
}
/* CSS Variables */
:root {
--color-1: #e05a29;
--color-2: #f17e3b;
--color-3: #f8b93a;
--color-4: #f1e77e;
--color-5: #a7d86e;
}
Poppy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e05a29, #f17e3b, #f8b93a, #f1e77e, #a7d86e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e05a29, #f17e3b, #f8b93a, #f1e77e, #a7d86e);
}
Similar color palettes
Poppy color palette created on .