Color names in this palette
CSS code for this palette
/* CSS */
.light-curd {
color: #f9e9c8;
}
.bleached-bone {
color: #f0d8a8;
}
.venice-square {
color: #e8c492;
}
.gobi-sand {
color: #d5a86d;
}
.fuegan-orange {
color: #c37b4b;
}
/* CSS Variables */
:root {
--light-curd:#f9e9c8;
--bleached-bone:#f0d8a8;
--venice-square:#e8c492;
--gobi-sand:#d5a86d;
--fuegan-orange:#c37b4b;
}