Color names in this palette
CSS code for this palette
/* CSS */
.pink-makeup {
color: #ff809f;
}
.stellar-strawberry {
color: #ff618b;
}
.laser-trap {
color: #ff3d74;
}
.peevish-red {
color: #ff1f62;
}
.vivid-raspberry {
color: #ff006e;
}
/* CSS Variables */
:root {
--pink-makeup:#ff809f;
--stellar-strawberry:#ff618b;
--laser-trap:#ff3d74;
--peevish-red:#ff1f62;
--vivid-raspberry:#ff006e;
}