Golden Honey Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Honey palette

Share this palette to:

Download Golden Honey Color Palette (PNG)

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

Golden Honey color palette CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #f2c26e;
}
.color-3 {
color: #eec69b;
}
.color-4 {
color: #d89f3b;
}
.color-5 {
color: #b47c22;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #f2c26e;
--color-3: #eec69b;
--color-4: #d89f3b;
--color-5: #b47c22;
}

Golden Honey background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #f2c26e, #eec69b, #d89f3b, #b47c22);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #f2c26e, #eec69b, #d89f3b, #b47c22);
}

Golden Honey color palette created on .