Color names in this palette
CSS code for this palette
/* CSS */
.cherry-blossom {
color: #f7c0d4;
}
.rogue-pink {
color: #f7a1c6;
}
.pink-sherbet {
color: #f57f9b;
}
.juicy-details {
color: #d57d7b;
}
.cyclamen-red {
color: #aa5a8e;
}
/* CSS Variables */
:root {
--cherry-blossom:#f7c0d4;
--rogue-pink:#f7a1c6;
--pink-sherbet:#f57f9b;
--juicy-details:#d57d7b;
--cyclamen-red:#aa5a8e;
}