Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3d9;
}
.blush-hour {
color: #ff7092;
}
.watermelon-candy {
color: #ff5c77;
}
.neon-fuchsia {
color: #ff3d64;
}
.vivid-raspberry {
color: #ff006e;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3d9;
--blush-hour:#ff7092;
--watermelon-candy:#ff5c77;
--neon-fuchsia:#ff3d64;
--vivid-raspberry:#ff006e;
}