Color names in this palette
CSS code for this palette
/* CSS */
.blossom-tree {
color: #ffc7db;
}
.blush-hour {
color: #ff7092;
}
.diva-pink {
color: #ff3d7e;
}
.chinese-new-year {
color: #ff2e6d;
}
.jazzy {
color: #c81e4e;
}
/* CSS Variables */
:root {
--blossom-tree:#ffc7db;
--blush-hour:#ff7092;
--diva-pink:#ff3d7e;
--chinese-new-year:#ff2e6d;
--jazzy:#c81e4e;
}