CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff998a;
}
.missed {
color: #f0f0c1;
}
.light-mint {
color: #b7fbbe;
}
.energise {
color: #75d16b;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-pink:#ff998a;
--missed:#f0f0c1;
--light-mint:#b7fbbe;
--energise:#75d16b;
}