Color names in this palette
CSS code for this palette
/* CSS */
.blushing-tulip {
color: #e3a1b8;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.sm-n-sky {
color: #8bdab4;
}
.mild-heart-attack {
color: #f46e66;
}
.tory-blue {
color: #3b4c8c;
}
/* CSS Variables */
:root {
--blushing-tulip:#e3a1b8;
--solar-plexus-chakra:#f1c84b;
--sm-n-sky:#8bdab4;
--mild-heart-attack:#f46e66;
--tory-blue:#3b4c8c;
}