Golden Stella Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Golden Stella palette
tavolozza dei colori Golden Stella 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;
}
CSS con gradiente di sfondo Golden Stella
/* 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);
}
Tavolozze di colori simili
Golden Stella color palette created on .