Color names in this palette
CSS code for this palette
/* CSS */
.fulgrim-pink {
color: #f5b2d0;
}
.harmonious-rose {
color: #f7a1b7;
}
.geranium-pink {
color: #f78d9d;
}
.momo-peach {
color: #f67e86;
}
.sugar-coral {
color: #f66a73;
}
/* CSS Variables */
:root {
--fulgrim-pink:#f5b2d0;
--harmonious-rose:#f7a1b7;
--geranium-pink:#f78d9d;
--momo-peach:#f67e86;
--sugar-coral:#f66a73;
}