Color names in this palette
CSS code for this palette
/* CSS */
.candy-bar {
color: #ffb8d5;
}
.himalayan-balsam {
color: #ff9ecf;
}
.erythrosine {
color: #ff80b2;
}
.stellar-strawberry {
color: #ff6196;
}
.laser-trap {
color: #ff3d74;
}
/* CSS Variables */
:root {
--candy-bar:#ffb8d5;
--himalayan-balsam:#ff9ecf;
--erythrosine:#ff80b2;
--stellar-strawberry:#ff6196;
--laser-trap:#ff3d74;
}