Golden Stella Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Stella palette
Golden Stella color palette CSS
/* CSS */
.color-1 {
color: #f7d74b;
}
.color-2 {
color: #fba032;
}
.color-3 {
color: #f66e3c;
}
.color-4 {
color: #d44955;
}
.color-5 {
color: #8c2b74;
}
/* CSS Variables */
:root {
--color-1: #f7d74b;
--color-2: #fba032;
--color-3: #f66e3c;
--color-4: #d44955;
--color-5: #8c2b74;
}
Golden Stella background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d74b, #fba032, #f66e3c, #d44955, #8c2b74);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d74b, #fba032, #f66e3c, #d44955, #8c2b74);
}
Similar color palettes
Golden Stella color palette created on .