Midnight Gold Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Midnight Gold palette

Share this palette to:

Midnight Gold color palette CSS

/* CSS */
.color-1 {
color: #1a1a1a;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #ffd942;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #fff9b3;
}

/* CSS Variables */
:root {
--color-1: #1a1a1a;
--color-2: #ffcc00;
--color-3: #ffd942;
--color-4: #ffd900;
--color-5: #fff9b3;
}

Midnight Gold background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1a1a, #ffcc00, #ffd942, #ffd900, #fff9b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1a1a, #ffcc00, #ffd942, #ffd900, #fff9b3);
}

Midnight Gold color palette created on .