Color names in this palette
CSS code for this palette
/* CSS */
.metal-gear {
color: #a4c2db;
}
.sawdust {
color: #f7e8cf;
}
.calabrese {
color: #f1a8a2;
}
.pretty-petunia {
color: #d7b8e0;
}
.overtone {
color: #a6e7af;
}
/* CSS Variables */
:root {
--metal-gear:#a4c2db;
--sawdust:#f7e8cf;
--calabrese:#f1a8a2;
--pretty-petunia:#d7b8e0;
--overtone:#a6e7af;
}