Color names in this palette
CSS code for this palette
/* CSS */
.manganese-red {
color: #e52a4f;
}
.k-bai-red {
color: #d85a6d;
}
.sweet-60 {
color: #f3a0b0;
}
.rose-reminder {
color: #f4c3c7;
}
.crushed-cashew {
color: #ffedd6;
}
/* CSS Variables */
:root {
--manganese-red:#e52a4f;
--k-bai-red:#d85a6d;
--sweet-60:#f3a0b0;
--rose-reminder:#f4c3c7;
--crushed-cashew:#ffedd6;
}