Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.wandering-river {
color: #70a3c7;
}
.syndicalist {
color: #f5c400;
}
.squash-blossom {
color: #f6b83c;
}
.hawaiian-passion {
color: #ff9b3d;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--wandering-river:#70a3c7;
--syndicalist:#f5c400;
--squash-blossom:#f6b83c;
--hawaiian-passion:#ff9b3d;
}