Color names in this palette
CSS code for this palette
/* CSS */
.fulgrim-pink {
color: #f6b1cf;
}
.rose-mallow {
color: #f2a6c4;
}
.sweet-60 {
color: #f29cad;
}
.cupid-s-arrow {
color: #f16a8c;
}
.camellia-rose {
color: #e94e6d;
}
/* CSS Variables */
:root {
--fulgrim-pink:#f6b1cf;
--rose-mallow:#f2a6c4;
--sweet-60:#f29cad;
--cupid-s-arrow:#f16a8c;
--camellia-rose:#e94e6d;
}