Golden Star Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Star palette
Color Inspiration
Images that showcase this color palette in real designs
Download Golden Star Color Palette (PNG)
Golden Star color palette CSS
/* CSS */
.color-1 {
color: #332500;
}
.color-2 {
color: #331a00;
}
.color-3 {
color: #331100;
}
.color-4 {
color: #330500;
}
.color-5 {
color: #2e0008;
}
/* CSS Variables */
:root {
--color-1: #332500;
--color-2: #331a00;
--color-3: #331100;
--color-4: #330500;
--color-5: #2e0008;
}
Golden Star background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #332500, #331a00, #331100, #330500, #2e0008);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #332500, #331a00, #331100, #330500, #2e0008);
}
Similar color palettes
Golden Star color palette created on .