Color names in this palette
CSS code for this palette
/* CSS */
.fulgrim-pink {
color: #f9b4ce;
}
.fresh-on-the-market {
color: #f7a6b9;
}
.geranium-pink {
color: #f58e99;
}
.strawberry-pink {
color: #f46c7c;
}
.dubarry {
color: #f05660;
}
/* CSS Variables */
:root {
--fulgrim-pink:#f9b4ce;
--fresh-on-the-market:#f7a6b9;
--geranium-pink:#f58e99;
--strawberry-pink:#f46c7c;
--dubarry:#f05660;
}