Color names in this palette
CSS code for this palette
/* CSS */
.fulgrim-pink {
color: #f5b2d1;
}
.milky-maize {
color: #f9d69f;
}
.paper-tiger {
color: #f9f3ae;
}
.ice-crystal-blue {
color: #a6e2df;
}
.adrift-on-the-nile {
color: #92b8e7;
}
/* CSS Variables */
:root {
--fulgrim-pink:#f5b2d1;
--milky-maize:#f9d69f;
--paper-tiger:#f9f3ae;
--ice-crystal-blue:#a6e2df;
--adrift-on-the-nile:#92b8e7;
}