Color names in this palette
CSS code for this palette
/* CSS */
.golden-cream {
color: #f7b769;
}
.sundance {
color: #f9c86c;
}
.citrus-punch {
color: #fbef83;
}
.sunshine {
color: #f8d377;
}
.ginger-milk {
color: #f6a051;
}
/* CSS Variables */
:root {
--golden-cream:#f7b769;
--sundance:#f9c86c;
--citrus-punch:#fbef83;
--sunshine:#f8d377;
--ginger-milk:#f6a051;
}