Bright Poppy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bright Poppy palette
Bright Poppy color palette CSS
/* CSS */
.color-1 {
color: #ff3d33;
}
.color-2 {
color: #ff6d33;
}
.color-3 {
color: #ff9c38;
}
.color-4 {
color: #ffcc4d;
}
.color-5 {
color: #f4e04e;
}
/* CSS Variables */
:root {
--color-1: #ff3d33;
--color-2: #ff6d33;
--color-3: #ff9c38;
--color-4: #ffcc4d;
--color-5: #f4e04e;
}
Bright Poppy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff3d33, #ff6d33, #ff9c38, #ffcc4d, #f4e04e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff3d33, #ff6d33, #ff9c38, #ffcc4d, #f4e04e);
}
Similar color palettes
Scroll down to explore 100+ Red color palettes
Bright Poppy color palette created on .