Color names in this palette
CSS code for this palette
/* CSS */
.fiery-rose {
color: #ff576d;
}
.conch-shell {
color: #ff8f98;
}
.a-lot-of-love {
color: #ffbdc3;
}
.sweet-sixteen {
color: #ffccd1;
}
.powder-puff {
color: #fff0f2;
}
/* CSS Variables */
:root {
--fiery-rose:#ff576d;
--conch-shell:#ff8f98;
--a-lot-of-love:#ffbdc3;
--sweet-sixteen:#ffccd1;
--powder-puff:#fff0f2;
}