Golden Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Shades palette

Share this palette to:

Golden Shades color palette CSS

/* CSS */
.color-1 {
color: #ff9d00;
}
.color-2 {
color: #ffcc33;
}
.color-3 {
color: #ffdb4d;
}
.color-4 {
color: #ffe98a;
}
.color-5 {
color: #ffe4b3;
}

/* CSS Variables */
:root {
--color-1: #ff9d00;
--color-2: #ffcc33;
--color-3: #ffdb4d;
--color-4: #ffe98a;
--color-5: #ffe4b3;
}

Golden Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9d00, #ffcc33, #ffdb4d, #ffe98a, #ffe4b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9d00, #ffcc33, #ffdb4d, #ffe98a, #ffe4b3);
}

Golden Shades color palette created on .