Loading...

Orange Honey Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange Honey palette

Share this palette to:

Download Orange Honey Color Palette (PNG)

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

Orange Honey color palette CSS

/* CSS */
.color-1 {
color: #ffb84d;
}
.color-2 {
color: #ffcc80;
}
.color-3 {
color: #ffee57;
}
.color-4 {
color: #f47f1f;
}
.color-5 {
color: #d54215;
}

/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #ffcc80;
--color-3: #ffee57;
--color-4: #f47f1f;
--color-5: #d54215;
}

Orange Honey background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #ffcc80, #ffee57, #f47f1f, #d54215);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #ffcc80, #ffee57, #f47f1f, #d54215);
}

Orange Honey color palette created on .