Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3db;
}
.fight-the-sunrise {
color: #ff99aa;
}
.blush-hour {
color: #ff7092;
}
.watermelon-candy {
color: #ff5c77;
}
.laser-trap {
color: #ff3d67;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3db;
--fight-the-sunrise:#ff99aa;
--blush-hour:#ff7092;
--watermelon-candy:#ff5c77;
--laser-trap:#ff3d67;
}