Color names in this palette
CSS code for this palette
/* CSS */
.rosey-afterglow {
color: #f9c8cf;
}
.ibis {
color: #f6b6c1;
}
.blush {
color: #f29e91;
}
.akak-red {
color: #f47e5d;
}
.vermilion-orange {
color: #f4603e;
}
/* CSS Variables */
:root {
--rosey-afterglow:#f9c8cf;
--ibis:#f6b6c1;
--blush:#f29e91;
--akak-red:#f47e5d;
--vermilion-orange:#f4603e;
}