Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7094;
}
.rubber-radish {
color: #ff99a1;
}
.matt-pink {
color: #ffb3c1;
}
.shampoo {
color: #ffccf2;
}
.soft-orange-bloom {
color: #ffddd1;
}
/* CSS Variables */
:root {
--blush-hour:#ff7094;
--rubber-radish:#ff99a1;
--matt-pink:#ffb3c1;
--shampoo:#ffccf2;
--soft-orange-bloom:#ffddd1;
}