Color names in this palette
CSS code for this palette
/* CSS */
.spaghetti-strap-pink {
color: #f9a9d5;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.lime-lizard {
color: #a3d55d;
}
.tranquil-bay {
color: #74b6e2;
}
.je-t-aime {
color: #b76c99;
}
/* CSS Variables */
:root {
--spaghetti-strap-pink:#f9a9d5;
--solar-plexus-chakra:#f1c84b;
--lime-lizard:#a3d55d;
--tranquil-bay:#74b6e2;
--je-t-aime:#b76c99;
}