Golden Confusion Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Confusion palette

Share this palette to:

Golden Confusion color palette CSS

/* CSS */
.color-1 {
color: #e2b71d;
}
.color-2 {
color: #f6c34c;
}
.color-3 {
color: #f8d8a0;
}
.color-4 {
color: #d4e8f7;
}
.color-5 {
color: #8bb3e5;
}

/* CSS Variables */
:root {
--color-1: #e2b71d;
--color-2: #f6c34c;
--color-3: #f8d8a0;
--color-4: #d4e8f7;
--color-5: #8bb3e5;
}

Golden Confusion background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2b71d, #f6c34c, #f8d8a0, #d4e8f7, #8bb3e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2b71d, #f6c34c, #f8d8a0, #d4e8f7, #8bb3e5);
}

Golden Confusion color palette created on .