Color names in this palette
CSS code for this palette
/* CSS */
.apricot-obsession {
color: #f9c4b4;
}
.rogue-pink {
color: #f6a2be;
}
.pico-8-pink {
color: #ff7aa2;
}
.stellar-strawberry {
color: #ff5c92;
}
.moth-orchid {
color: #d1006c;
}
/* CSS Variables */
:root {
--apricot-obsession:#f9c4b4;
--rogue-pink:#f6a2be;
--pico-8-pink:#ff7aa2;
--stellar-strawberry:#ff5c92;
--moth-orchid:#d1006c;
}