Poppy Red Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Poppy Red palette

Share this palette to:

Poppy Red color palette CSS

/* CSS */
.color-1 {
color: #ff4d3d;
}
.color-2 {
color: #ff8052;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #ffe4b3;
}
.color-5 {
color: #ffcdcc;
}

/* CSS Variables */
:root {
--color-1: #ff4d3d;
--color-2: #ff8052;
--color-3: #ffb84d;
--color-4: #ffe4b3;
--color-5: #ffcdcc;
}

Poppy Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d3d, #ff8052, #ffb84d, #ffe4b3, #ffcdcc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d3d, #ff8052, #ffb84d, #ffe4b3, #ffcdcc);
}

Poppy Red color palette created on .