Color names in this palette
CSS code for this palette
/* CSS */
.sweet-60 {
color: #f19dac;
}
.plum-blossom {
color: #f09e9e;
}
.true-love {
color: #e47c8a;
}
.rose-gold {
color: #b66d7a;
}
.fig-cluster {
color: #7a4d66;
}
/* CSS Variables */
:root {
--sweet-60:#f19dac;
--plum-blossom:#f09e9e;
--true-love:#e47c8a;
--rose-gold:#b66d7a;
--fig-cluster:#7a4d66;
}