Color names in this palette
CSS code for this palette
/* CSS */
.strawberry-mousse {
color: #a65e7e;
}
.blushing-sky {
color: #d8b0d6;
}
.cherry-blossom {
color: #f3bfd3;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--strawberry-mousse:#a65e7e;
--blushing-sky:#d8b0d6;
--cherry-blossom:#f3bfd3;
--apricot-glazed-chicken:#f5a524;
--grapefruit-pulp:#ff6e61;
}