Color names in this palette
CSS code for this palette
/* CSS */
.cherry-blossom-pink {
color: #ffb3c6;
}
.grapefruit-pulp {
color: #ff6e61;
}
.peach-pink {
color: #ff9d8a;
}
.faded-sunlight {
color: #ffce6b;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--cherry-blossom-pink:#ffb3c6;
--grapefruit-pulp:#ff6e61;
--peach-pink:#ff9d8a;
--faded-sunlight:#ffce6b;
--soviet-gold:#ffd900;
}