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