Golden Hour in the City Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Golden Hour in the City palette
tavolozza dei colori Golden Hour in the City CSS
/* CSS */
.color-1 {
color: #f5c899;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #e6a400;
}
.color-4 {
color: #d6a100;
}
.color-5 {
color: #c78b00;
}
/* CSS Variables */
:root {
--color-1: #f5c899;
--color-2: #f0a800;
--color-3: #e6a400;
--color-4: #d6a100;
--color-5: #c78b00;
}
CSS con gradiente di sfondo Golden Hour in the City
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c899, #f0a800, #e6a400, #d6a100, #c78b00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c899, #f0a800, #e6a400, #d6a100, #c78b00);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 200+ tavolozzas di colori Ambra
Golden Hour in the City color palette created on .