Color names in this palette
CSS code for this palette
/* CSS */
.wisteria {
color: #a77cc5;
}
.dynamic-blue {
color: #0092c7;
}
.come-sail-away {
color: #5b8ec8;
}
.club-cruise {
color: #8bbfdf;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--wisteria:#a77cc5;
--dynamic-blue:#0092c7;
--come-sail-away:#5b8ec8;
--club-cruise:#8bbfdf;
--solar-plexus-chakra:#f1c84b;
}