Golden Amber Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Golden Amber palette
tavolozza dei colori Golden Amber CSS
/* CSS */
.color-1 {
color: #fee0ae;
}
.color-2 {
color: #ffe3bd;
}
.color-3 {
color: #ffe9c7;
}
.color-4 {
color: #fff1cc;
}
.color-5 {
color: #fff4e0;
}
/* CSS Variables */
:root {
--color-1: #fee0ae;
--color-2: #ffe3bd;
--color-3: #ffe9c7;
--color-4: #fff1cc;
--color-5: #fff4e0;
}
CSS con gradiente di sfondo Golden Amber
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fee0ae, #ffe3bd, #ffe9c7, #fff1cc, #fff4e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fee0ae, #ffe3bd, #ffe9c7, #fff1cc, #fff4e0);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 300+ tavolozzas di colori Beige
Golden Amber color palette created on .