Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3d9;
}
.himalayan-balsam {
color: #ff9ec5;
}
.dream-setting {
color: #ff7ab6;
}
.stellar-strawberry {
color: #ff5c92;
}
.laser-trap {
color: #ff3d74;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3d9;
--himalayan-balsam:#ff9ec5;
--dream-setting:#ff7ab6;
--stellar-strawberry:#ff5c92;
--laser-trap:#ff3d74;
}