Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b4;
}
.pink-carnation {
color: #f070a3;
}
.fuchsia-fever {
color: #ff5c9d;
}
.laser-trap {
color: #ff3d74;
}
.infrared-gloze {
color: #ca2b5b;
}
/* CSS Variables */
:root {
--princess:#f1a7b4;
--pink-carnation:#f070a3;
--fuchsia-fever:#ff5c9d;
--laser-trap:#ff3d74;
--infrared-gloze:#ca2b5b;
}