Color names in this palette
CSS code for this palette
/* CSS */
.blush-tint {
color: #f3e2e6;
}
.fulgrim-pink {
color: #f8b4ca;
}
.larch-bolete {
color: #fdab77;
}
.momo-peach {
color: #f67481;
}
.flirty-rose {
color: #d55d8b;
}
/* CSS Variables */
:root {
--blush-tint:#f3e2e6;
--fulgrim-pink:#f8b4ca;
--larch-bolete:#fdab77;
--momo-peach:#f67481;
--flirty-rose:#d55d8b;
}