Color names in this palette
CSS code for this palette
/* CSS */
.sweet-pastel {
color: #eac7b3;
}
.first-date {
color: #f4b09f;
}
.candlelight-peach {
color: #f8a3a0;
}
.watermelon-juice {
color: #f15b85;
}
.paper-hearts {
color: #d44067;
}
/* CSS Variables */
:root {
--sweet-pastel:#eac7b3;
--first-date:#f4b09f;
--candlelight-peach:#f8a3a0;
--watermelon-juice:#f15b85;
--paper-hearts:#d44067;
}