Color names in this palette
CSS code for this palette
/* CSS */
.straw-yellow {
color: #eed896;
}
.salmon-eggs {
color: #f4d35d;
}
.sunny-mood {
color: #f7c94b;
}
.mango-margarita {
color: #f7b84a;
}
.ginger-milk {
color: #f6a051;
}
/* CSS Variables */
:root {
--straw-yellow:#eed896;
--salmon-eggs:#f4d35d;
--sunny-mood:#f7c94b;
--mango-margarita:#f7b84a;
--ginger-milk:#f6a051;
}