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