Color names in this palette
CSS code for this palette
/* CSS */
.sandalwood-beige {
color: #f2d0b1;
}
.gumball {
color: #e8b5d3;
}
.italian-fitch {
color: #d1c5e7;
}
.fine-blue {
color: #b5e3e1;
}
.green-trance {
color: #a4d8a2;
}
/* CSS Variables */
:root {
--sandalwood-beige:#f2d0b1;
--gumball:#e8b5d3;
--italian-fitch:#d1c5e7;
--fine-blue:#b5e3e1;
--green-trance:#a4d8a2;
}