Gotham Glow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Gotham Glow palette

Share this palette to:

Gotham Glow color palette CSS

/* CSS */
.color-1 {
color: #1f2942;
}
.color-2 {
color: #3b4b8c;
}
.color-3 {
color: #697e9b;
}
.color-4 {
color: #a1c0d9;
}
.color-5 {
color: #f8cf3a;
}

/* CSS Variables */
:root {
--color-1: #1f2942;
--color-2: #3b4b8c;
--color-3: #697e9b;
--color-4: #a1c0d9;
--color-5: #f8cf3a;
}

Gotham Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f2942, #3b4b8c, #697e9b, #a1c0d9, #f8cf3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f2942, #3b4b8c, #697e9b, #a1c0d9, #f8cf3a);
}

Gotham Glow color palette created on .