Color names in this palette
CSS code for this palette
/* CSS */
.cherry-blossom {
color: #f4c3d5;
}
.fussy-pink {
color: #e7a6ba;
}
.carmine-rose {
color: #de5e8f;
}
.geranium {
color: #d84b5c;
}
.knockout {
color: #c02a2f;
}
/* CSS Variables */
:root {
--cherry-blossom:#f4c3d5;
--fussy-pink:#e7a6ba;
--carmine-rose:#de5e8f;
--geranium:#d84b5c;
--knockout:#c02a2f;
}