Color names in this palette
CSS code for this palette
/* CSS */
.fulgrim-pink {
color: #f2b1d2;
}
.shrimp-toast {
color: #f7c5a1;
}
.sunny-glory {
color: #e9d89b;
}
.celery-root {
color: #d5e3ba;
}
.icy-morn {
color: #b2d7d0;
}
/* CSS Variables */
:root {
--fulgrim-pink:#f2b1d2;
--shrimp-toast:#f7c5a1;
--sunny-glory:#e9d89b;
--celery-root:#d5e3ba;
--icy-morn:#b2d7d0;
}