Color names in this palette
CSS code for this palette
/* CSS */
.samantha-s-room {
color: #f2d4e7;
}
.fulgrim-pink {
color: #f7b1d0;
}
.rose-mallow {
color: #f5a8c3;
}
.saira-red {
color: #f99fba;
}
.geranium-pink {
color: #f68e9c;
}
/* CSS Variables */
:root {
--samantha-s-room:#f2d4e7;
--fulgrim-pink:#f7b1d0;
--rose-mallow:#f5a8c3;
--saira-red:#f99fba;
--geranium-pink:#f68e9c;
}