Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7094;
}
.rubber-radish {
color: #ff99a1;
}
.wildflower-bouquet {
color: #ffb3b3;
}
.shampoo {
color: #ffccf2;
}
.barely-bloomed {
color: #d6a6e2;
}
/* CSS Variables */
:root {
--blush-hour:#ff7094;
--rubber-radish:#ff99a1;
--wildflower-bouquet:#ffb3b3;
--shampoo:#ffccf2;
--barely-bloomed:#d6a6e2;
}