Golden Sunshine Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Golden Sunshine palette
tavolozza dei colori Golden Sunshine CSS
/* CSS */
.color-1 {
color: #fba141;
}
.color-2 {
color: #f3ca4f;
}
.color-3 {
color: #f4e09f;
}
.color-4 {
color: #cedc89;
}
.color-5 {
color: #7ec4a4;
}
/* CSS Variables */
:root {
--color-1: #fba141;
--color-2: #f3ca4f;
--color-3: #f4e09f;
--color-4: #cedc89;
--color-5: #7ec4a4;
}
CSS con gradiente di sfondo Golden Sunshine
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fba141, #f3ca4f, #f4e09f, #cedc89, #7ec4a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fba141, #f3ca4f, #f4e09f, #cedc89, #7ec4a4);
}
Tavolozze di colori simili
Golden Sunshine color palette created on .