Color names in this palette
CSS code for this palette
/* CSS */
.compatible-cream {
color: #e9c6a0;
}
.calla {
color: #f2e1b5;
}
.cocoa-butter {
color: #f7f2c0;
}
.radome-tan {
color: #f2c7a1;
}
.terracotta-sand {
color: #d8b99d;
}
/* CSS Variables */
:root {
--compatible-cream:#e9c6a0;
--calla:#f2e1b5;
--cocoa-butter:#f7f2c0;
--radome-tan:#f2c7a1;
--terracotta-sand:#d8b99d;
}