Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.squash-blossom {
color: #fbb23c;
}
.cerulean-frost {
color: #6e9cc4;
}
.snow-white-blush {
color: #f9aeae;
}
.rosecco {
color: #eab8e4;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--squash-blossom:#fbb23c;
--cerulean-frost:#6e9cc4;
--snow-white-blush:#f9aeae;
--rosecco:#eab8e4;
}