Golden Fizz Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Fizz palette

Share this palette to:

Golden Fizz color palette CSS

/* CSS */
.color-1 {
color: #f5fb3c;
}
.color-2 {
color: #f9df4e;
}
.color-3 {
color: #fce48d;
}
.color-4 {
color: #f9c25d;
}
.color-5 {
color: #f8b53a;
}

/* CSS Variables */
:root {
--color-1: #f5fb3c;
--color-2: #f9df4e;
--color-3: #fce48d;
--color-4: #f9c25d;
--color-5: #f8b53a;
}

Golden Fizz background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5fb3c, #f9df4e, #fce48d, #f9c25d, #f8b53a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5fb3c, #f9df4e, #fce48d, #f9c25d, #f8b53a);
}

Golden Fizz color palette created on .