Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f9a4b5;
}
.rogue-pink {
color: #f6a2c1;
}
.fulgrim-pink {
color: #f2b1d1;
}
.sweet-alyssum {
color: #e7c5e1;
}
.new-heights {
color: #d0e6f1;
}
/* CSS Variables */
:root {
--pink-fit:#f9a4b5;
--rogue-pink:#f6a2c1;
--fulgrim-pink:#f2b1d1;
--sweet-alyssum:#e7c5e1;
--new-heights:#d0e6f1;
}