Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f4c3d6;
}
.rogue-pink {
color: #f6a2be;
}
.sachet-pink {
color: #f18eba;
}
.tea-rose {
color: #f28cbe;
}
.fulgrim-pink {
color: #f2b1d2;
}
/* CSS Variables */
:root {
--sweetheart:#f4c3d6;
--rogue-pink:#f6a2be;
--sachet-pink:#f18eba;
--tea-rose:#f28cbe;
--fulgrim-pink:#f2b1d2;
}