Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7094;
}
.rubber-radish {
color: #ff99a1;
}
.cherry-blossom-pink {
color: #ffb3c6;
}
.shampoo {
color: #ffccf2;
}
.peach-cream {
color: #ffefdb;
}
/* CSS Variables */
:root {
--blush-hour:#ff7094;
--rubber-radish:#ff99a1;
--cherry-blossom-pink:#ffb3c6;
--shampoo:#ffccf2;
--peach-cream:#ffefdb;
}