Dark Gold Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dark Gold palette

Share this palette to:

Dark Gold color palette CSS

/* CSS */
.color-1 {
color: #ffd59e;
}
.color-2 {
color: #fe8b62;
}
.color-3 {
color: #fe6220;
}
.color-4 {
color: #fc3134;
}
.color-5 {
color: #a025fe;
}

/* CSS Variables */
:root {
--color-1: #ffd59e;
--color-2: #fe8b62;
--color-3: #fe6220;
--color-4: #fc3134;
--color-5: #a025fe;
}

Dark Gold background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd59e, #fe8b62, #fe6220, #fc3134, #a025fe);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd59e, #fe8b62, #fe6220, #fc3134, #a025fe);
}

Dark Gold color palette created on .