Color names in this palette
CSS code for this palette
/* CSS */
.pico-8-pink {
color: #ff75a8;
}
.soft-cashmere {
color: #f3b4d9;
}
.apricot-glow {
color: #ffce7a;
}
.grapefruit-pulp {
color: #ff6e61;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--pico-8-pink:#ff75a8;
--soft-cashmere:#f3b4d9;
--apricot-glow:#ffce7a;
--grapefruit-pulp:#ff6e61;
--welcoming-wasp:#f0a800;
}