Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3d9;
}
.blush-hour {
color: #ff7092;
}
.blood-burst {
color: #ff4d4f;
}
.joyful-orange {
color: #fc923b;
}
.salmon-eggs {
color: #f9d55d;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3d9;
--blush-hour:#ff7092;
--blood-burst:#ff4d4f;
--joyful-orange:#fc923b;
--salmon-eggs:#f9d55d;
}