Color names in this palette
CSS code for this palette
/* CSS */
.green-trance {
color: #a2d8a5;
}
.squash-blossom {
color: #f6b83c;
}
.chai-latte {
color: #f8c8a0;
}
.grapefruit-pulp {
color: #ff6e61;
}
.sugar-rush {
color: #d85a9b;
}
/* CSS Variables */
:root {
--green-trance:#a2d8a5;
--squash-blossom:#f6b83c;
--chai-latte:#f8c8a0;
--grapefruit-pulp:#ff6e61;
--sugar-rush:#d85a9b;
}