Color names in this palette
CSS code for this palette
/* CSS */
.cherry-blossom {
color: #f4c3d5;
}
.think-pink {
color: #e5a4c2;
}
.high-maintenance {
color: #d590b7;
}
.dolomite-red {
color: #c17b9e;
}
.pinky-pickle {
color: #b86b8c;
}
/* CSS Variables */
:root {
--cherry-blossom:#f4c3d5;
--think-pink:#e5a4c2;
--high-maintenance:#d590b7;
--dolomite-red:#c17b9e;
--pinky-pickle:#b86b8c;
}