Golden Star Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Star palette
Golden Star color palette CSS
/* CSS */
.color-1 {
color: #f4e0ae;
}
.color-2 {
color: #f5c87a;
}
.color-3 {
color: #f7a059;
}
.color-4 {
color: #f78c3b;
}
.color-5 {
color: #f76c2b;
}
/* CSS Variables */
:root {
--color-1: #f4e0ae;
--color-2: #f5c87a;
--color-3: #f7a059;
--color-4: #f78c3b;
--color-5: #f76c2b;
}
Golden Star background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4e0ae, #f5c87a, #f7a059, #f78c3b, #f76c2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4e0ae, #f5c87a, #f7a059, #f78c3b, #f76c2b);
}
Similar color palettes
Golden Star color palette created on .