Golden Sunshine Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Golden Sunshine palette
Immagine PNG della tavolozza dei colori Golden Sunshine
tavolozza dei colori Golden Sunshine CSS
/* CSS */
.color-1 {
color: #f5e14d;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #e69900;
}
.color-4 {
color: #d67900;
}
.color-5 {
color: #b35900;
}
/* CSS Variables */
:root {
--color-1: #f5e14d;
--color-2: #f0a800;
--color-3: #e69900;
--color-4: #d67900;
--color-5: #b35900;
}
CSS con gradiente di sfondo Golden Sunshine
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e14d, #f0a800, #e69900, #d67900, #b35900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e14d, #f0a800, #e69900, #d67900, #b35900);
}
Tavolozze di colori simili
Golden Sunshine color palette created on .