Color names in this palette
CSS code for this palette
/* CSS */
.chakra {
color: #8b5b8f;
}
.colombo-red-mauve {
color: #b87fb5;
}
.waddles-pink {
color: #f1a7ca;
}
.peach-yellow {
color: #f9dfae;
}
.sunshine-mellow {
color: #f4c10b;
}
/* CSS Variables */
:root {
--chakra:#8b5b8f;
--colombo-red-mauve:#b87fb5;
--waddles-pink:#f1a7ca;
--peach-yellow:#f9dfae;
--sunshine-mellow:#f4c10b;
}