Color names in this palette
CSS code for this palette
/* CSS */
.fulgrim-pink {
color: #f7b1d0;
}
.rogue-pink {
color: #f6a7c0;
}
.geranium-pink {
color: #f68e9a;
}
.smoked-salmon {
color: #f67d74;
}
.royal-blush {
color: #f66c51;
}
/* CSS Variables */
:root {
--fulgrim-pink:#f7b1d0;
--rogue-pink:#f6a7c0;
--geranium-pink:#f68e9a;
--smoked-salmon:#f67d74;
--royal-blush:#f66c51;
}