Golden Roar Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Roar palette

Share this palette to:

Golden Roar color palette CSS

/* CSS */
.color-1 {
color: #f9d64e;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #d67d00;
}
.color-4 {
color: #a85f00;
}
.color-5 {
color: #8a4900;
}

/* CSS Variables */
:root {
--color-1: #f9d64e;
--color-2: #f0a800;
--color-3: #d67d00;
--color-4: #a85f00;
--color-5: #8a4900;
}

Golden Roar background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d64e, #f0a800, #d67d00, #a85f00, #8a4900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d64e, #f0a800, #d67d00, #a85f00, #8a4900);
}

Golden Roar color palette created on .