Color names in this palette
CSS code for this palette
/* CSS */
.clear-calamine {
color: #f7e6e3;
}
.brilliant-beige {
color: #f1c4b7;
}
.salmon-run {
color: #ebaf99;
}
.yellow-varnish {
color: #eab862;
}
.poisonous-cloud {
color: #d3d83b;
}
/* CSS Variables */
:root {
--clear-calamine:#f7e6e3;
--brilliant-beige:#f1c4b7;
--salmon-run:#ebaf99;
--yellow-varnish:#eab862;
--poisonous-cloud:#d3d83b;
}