Color names in this palette
CSS code for this palette
/* CSS */
.himalayan-balsam {
color: #ff99ce;
}
.blush-hour {
color: #ff708d;
}
.laser-trap {
color: #ff3d6a;
}
.medium-scarlet {
color: #ff2949;
}
.incubation-red {
color: #db1f3b;
}
/* CSS Variables */
:root {
--himalayan-balsam:#ff99ce;
--blush-hour:#ff708d;
--laser-trap:#ff3d6a;
--medium-scarlet:#ff2949;
--incubation-red:#db1f3b;
}