Orange Birthday Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange Birthday palette

Share this palette to:

Download Orange Birthday Color Palette (PNG)

Download orange birthday color palette PNG image (landscape)
Download orange birthday color palette PNG image (square)

Orange Birthday color palette CSS

/* CSS */
.color-1 {
color: #ffb84d;
}
.color-2 {
color: #ff8a66;
}
.color-3 {
color: #ffa98f;
}
.color-4 {
color: #ff5252;
}
.color-5 {
color: #ff4281;
}

/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #ff8a66;
--color-3: #ffa98f;
--color-4: #ff5252;
--color-5: #ff4281;
}

Orange Birthday background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #ff8a66, #ffa98f, #ff5252, #ff4281);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #ff8a66, #ffa98f, #ff5252, #ff4281);
}

Orange Birthday color palette created on .