Color names in this palette
CSS code for this palette
/* CSS */
.thistle {
color: #d8c0d8;
}
.love-at-first-sight {
color: #e6a2b2;
}
.syndicalist {
color: #f5c400;
}
.cape-jasmine {
color: #ffb85c;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--thistle:#d8c0d8;
--love-at-first-sight:#e6a2b2;
--syndicalist:#f5c400;
--cape-jasmine:#ffb85c;
--grapefruit-pulp:#ff6e61;
}