Color names in this palette
CSS code for this palette
/* CSS */
.chi-gong {
color: #cf2a2a;
}
.red-arremer {
color: #e04d4d;
}
.ikkonzome-pink {
color: #f08f8f;
}
.sunday-best {
color: #f9c8c8;
}
.satin-pink {
color: #fbdfdf;
}
/* CSS Variables */
:root {
--chi-gong:#cf2a2a;
--red-arremer:#e04d4d;
--ikkonzome-pink:#f08f8f;
--sunday-best:#f9c8c8;
--satin-pink:#fbdfdf;
}