Color names in this palette
CSS code for this palette
/* CSS */
.wickerware {
color: #fde6af;
}
.tomorrow-s-coral {
color: #ffc6a3;
}
.grapefruit-pulp {
color: #ff6e61;
}
.tangerine-bliss {
color: #d85b31;
}
.rookwood-dark-brown {
color: #5d4c41;
}
/* CSS Variables */
:root {
--wickerware:#fde6af;
--tomorrow-s-coral:#ffc6a3;
--grapefruit-pulp:#ff6e61;
--tangerine-bliss:#d85b31;
--rookwood-dark-brown:#5d4c41;
}