Golden Brew Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Brew Harmony palette

Share this palette to:

Golden Brew Harmony color palette CSS

/* CSS */
.color-1 {
color: #f6c40e;
}
.color-2 {
color: #faa700;
}
.color-3 {
color: #f7df88;
}
.color-4 {
color: #d87c31;
}
.color-5 {
color: #6a4a29;
}

/* CSS Variables */
:root {
--color-1: #f6c40e;
--color-2: #faa700;
--color-3: #f7df88;
--color-4: #d87c31;
--color-5: #6a4a29;
}

Golden Brew Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c40e, #faa700, #f7df88, #d87c31, #6a4a29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c40e, #faa700, #f7df88, #d87c31, #6a4a29);
}

Golden Brew Harmony color palette created on .