Color names in this palette
CSS code for this palette
/* CSS */
.crunch {
color: #f2b95f;
}
.salmon-eggs {
color: #f4d35d;
}
.banana-yogurt {
color: #f9e8b4;
}
.pink-marshmallow {
color: #f3b9d1;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--crunch:#f2b95f;
--salmon-eggs:#f4d35d;
--banana-yogurt:#f9e8b4;
--pink-marshmallow:#f3b9d1;
--grapefruit-pulp:#ff6e61;
}