Shades of Gold Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Gold palette
tavolozza dei colori Shades of Gold CSS
/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #db9d00;
}
.color-3 {
color: #b86b00;
}
.color-4 {
color: #7a4e00;
}
.color-5 {
color: #4d2a00;
}
/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #db9d00;
--color-3: #b86b00;
--color-4: #7a4e00;
--color-5: #4d2a00;
}
CSS con gradiente di sfondo Shades of Gold
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #db9d00, #b86b00, #7a4e00, #4d2a00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #db9d00, #b86b00, #7a4e00, #4d2a00);
}
Tavolozze di colori simili
Shades of Gold color palette created on .