Color names in this palette
CSS code for this palette
/* CSS */
.windsor-way {
color: #a2c8e7;
}
.squash-blossom {
color: #f6b83c;
}
.grapefruit-pulp {
color: #ff6e61;
}
.cactus-spike {
color: #c4e0a3;
}
.snow-white-blush {
color: #f9aeae;
}
/* CSS Variables */
:root {
--windsor-way:#a2c8e7;
--squash-blossom:#f6b83c;
--grapefruit-pulp:#ff6e61;
--cactus-spike:#c4e0a3;
--snow-white-blush:#f9aeae;
}