Color names in this palette
CSS code for this palette
/* CSS */
.vibrant-amber {
color: #d2902d;
}
.solar-plexus-chakra {
color: #f0c74c;
}
.no-gmb-yellow {
color: #f6e688;
}
.basil-smash {
color: #b4e2a1;
}
.cyantific {
color: #75c7c0;
}
/* CSS Variables */
:root {
--vibrant-amber:#d2902d;
--solar-plexus-chakra:#f0c74c;
--no-gmb-yellow:#f6e688;
--basil-smash:#b4e2a1;
--cyantific:#75c7c0;
}