Color names in this palette
CSS code for this palette
/* CSS */
.sekichiku-pink {
color: #e4afc0;
}
.pink-frosting {
color: #f6d5e3;
}
.noodles {
color: #f9e5b4;
}
.precious-pink {
color: #f9b6b4;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--sekichiku-pink:#e4afc0;
--pink-frosting:#f6d5e3;
--noodles:#f9e5b4;
--precious-pink:#f9b6b4;
--grapefruit-pulp:#ff6e61;
}