Color names in this palette
CSS code for this palette
/* CSS */
.gold-foil {
color: #d9a24a;
}
.floral-leaf {
color: #ffb84d;
}
.egg-yolk {
color: #ffcc80;
}
.sunset-cruise {
color: #ffbb94;
}
.salmon-orange {
color: #ff8c66;
}
/* CSS Variables */
:root {
--gold-foil:#d9a24a;
--floral-leaf:#ffb84d;
--egg-yolk:#ffcc80;
--sunset-cruise:#ffbb94;
--salmon-orange:#ff8c66;
}