Gorgeous Gold Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Gorgeous Gold palette

Share this palette to:

Gorgeous Gold color palette CSS

/* CSS */
.color-1 {
color: #ffcc00;
}
.color-2 {
color: #ff7142;
}
.color-3 {
color: #ff3d5e;
}
.color-4 {
color: #ff2990;
}
.color-5 {
color: #9b58b6;
}

/* CSS Variables */
:root {
--color-1: #ffcc00;
--color-2: #ff7142;
--color-3: #ff3d5e;
--color-4: #ff2990;
--color-5: #9b58b6;
}

Gorgeous Gold background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc00, #ff7142, #ff3d5e, #ff2990, #9b58b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc00, #ff7142, #ff3d5e, #ff2990, #9b58b6);
}

Gorgeous Gold color palette created on .