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