Color names in this palette
CSS code for this palette
/* CSS */
.green-trance {
color: #a7d9a6;
}
.squash-blossom {
color: #f6b83c;
}
.grapefruit-pulp {
color: #ff6e61;
}
.submarine-grey {
color: #4c5b5d;
}
.leaf-bud {
color: #f2f49f;
}
/* CSS Variables */
:root {
--green-trance:#a7d9a6;
--squash-blossom:#f6b83c;
--grapefruit-pulp:#ff6e61;
--submarine-grey:#4c5b5d;
--leaf-bud:#f2f49f;
}