Sunset Poppy Burst Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunset Poppy Burst palette
Sunset Poppy Burst color palette CSS
/* CSS */
.color-1 {
color: #ff5100;
}
.color-2 {
color: #ff6e00;
}
.color-3 {
color: #ff9d00;
}
.color-4 {
color: #ffbb00;
}
.color-5 {
color: #ffd900;
}
/* CSS Variables */
:root {
--color-1: #ff5100;
--color-2: #ff6e00;
--color-3: #ff9d00;
--color-4: #ffbb00;
--color-5: #ffd900;
}
Sunset Poppy Burst background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5100, #ff6e00, #ff9d00, #ffbb00, #ffd900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5100, #ff6e00, #ff9d00, #ffbb00, #ffd900);
}
Similar color palettes
Scroll down to explore 300+ Bright color palettes
Sunset Poppy Burst color palette created on .