Color names in this palette
CSS code for this palette
/* CSS */
.raspberry-lemonade {
color: #e1a8b2;
}
.viking-diva {
color: #c7b8e0;
}
.touch-of-turquoise {
color: #a2d2d1;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.bara-red {
color: #e65b6d;
}
/* CSS Variables */
:root {
--raspberry-lemonade:#e1a8b2;
--viking-diva:#c7b8e0;
--touch-of-turquoise:#a2d2d1;
--solar-plexus-chakra:#f1c84b;
--bara-red:#e65b6d;
}