Golden Shadows of the Clan Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Shadows of the Clan palette
Golden Shadows of the Clan color palette CSS
/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #f5c800;
}
.color-3 {
color: #e6a800;
}
.color-4 {
color: #c7a200;
}
.color-5 {
color: #a61c23;
}
/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #f5c800;
--color-3: #e6a800;
--color-4: #c7a200;
--color-5: #a61c23;
}
Golden Shadows of the Clan background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #f5c800, #e6a800, #c7a200, #a61c23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #f5c800, #e6a800, #c7a200, #a61c23);
}
Similar color palettes
Scroll down to explore 30+ Black color palettes
Golden Shadows of the Clan color palette created on .