Color names in this palette
CSS code for this palette
/* CSS */
.fulgrim-pink {
color: #f2b1d2;
}
.sullivan-s-heart {
color: #f7c5d5;
}
.elizabeth-rose {
color: #f9e0d2;
}
.zing {
color: #fbbf7e;
}
.chrome-yellow {
color: #faa700;
}
/* CSS Variables */
:root {
--fulgrim-pink:#f2b1d2;
--sullivan-s-heart:#f7c5d5;
--elizabeth-rose:#f9e0d2;
--zing:#fbbf7e;
--chrome-yellow:#faa700;
}