Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3da;
}
.blush-hour {
color: #ff7092;
}
.chinese-new-year {
color: #ff2e62;
}
.moth-orchid {
color: #d1006c;
}
.vampire-bite {
color: #c70038;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3da;
--blush-hour:#ff7092;
--chinese-new-year:#ff2e62;
--moth-orchid:#d1006c;
--vampire-bite:#c70038;
}