Color names in this palette
CSS code for this palette
/* CSS */
.brig {
color: #4c9fc2;
}
.palm-tree {
color: #78b55a;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.royal-blush {
color: #ee7158;
}
.watermelon-juice {
color: #f25a82;
}
/* CSS Variables */
:root {
--brig:#4c9fc2;
--palm-tree:#78b55a;
--solar-plexus-chakra:#f1c84b;
--royal-blush:#ee7158;
--watermelon-juice:#f25a82;
}