Game of Thrones Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Game of Thrones palette
Color Inspiration
Images that showcase this color palette in real designs
Download Game of Thrones Color Palette (PNG)
Game of Thrones color palette CSS
/* CSS */
.color-1 {
color: #1d1f2a;
}
.color-2 {
color: #3b5b8c;
}
.color-3 {
color: #a1b1c4;
}
.color-4 {
color: #d9c478;
}
.color-5 {
color: #c94331;
}
/* CSS Variables */
:root {
--color-1: #1d1f2a;
--color-2: #3b5b8c;
--color-3: #a1b1c4;
--color-4: #d9c478;
--color-5: #c94331;
}
Game of Thrones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1f2a, #3b5b8c, #a1b1c4, #d9c478, #c94331);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1f2a, #3b5b8c, #a1b1c4, #d9c478, #c94331);
}
Similar color palettes
Game of Thrones color palette created on .