Color names in this palette
CSS code for this palette
/* CSS */
.orenju-ogon-koi {
color: #ffcca8;
}
.cornflower-lilac {
color: #ffadad;
}
.grapefruit-pulp {
color: #ff6e61;
}
.flame-stitch {
color: #d95d45;
}
.cyclamen-red {
color: #a95b8c;
}
/* CSS Variables */
:root {
--orenju-ogon-koi:#ffcca8;
--cornflower-lilac:#ffadad;
--grapefruit-pulp:#ff6e61;
--flame-stitch:#d95d45;
--cyclamen-red:#a95b8c;
}