Golden Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Breeze palette

Share this palette to:

Golden Breeze color palette CSS

/* CSS */
.color-1 {
color: #f7c94b;
}
.color-2 {
color: #f5a300;
}
.color-3 {
color: #eb7d00;
}
.color-4 {
color: #d65d00;
}
.color-5 {
color: #a84c00;
}

/* CSS Variables */
:root {
--color-1: #f7c94b;
--color-2: #f5a300;
--color-3: #eb7d00;
--color-4: #d65d00;
--color-5: #a84c00;
}

Golden Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c94b, #f5a300, #eb7d00, #d65d00, #a84c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c94b, #f5a300, #eb7d00, #d65d00, #a84c00);
}

Golden Breeze color palette created on .