Color names in this palette
CSS code for this palette
/* CSS */
.valentine-red {
color: #9b1c3c;
}
.raspberry-sorbet {
color: #d83b70;
}
.taffy-pink {
color: #f9a4c6;
}
.it-s-a-girl {
color: #fdd8e1;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--valentine-red:#9b1c3c;
--raspberry-sorbet:#d83b70;
--taffy-pink:#f9a4c6;
--it-s-a-girl:#fdd8e1;
--solar-plexus-chakra:#f1c84b;
}