Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.rajah {
color: #f9a65d;
}
.juicy-passionfruit {
color: #f48c6c;
}
.flower-blossom-pink {
color: #f07a8a;
}
.sugar-rush {
color: #d85a9b;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--rajah:#f9a65d;
--juicy-passionfruit:#f48c6c;
--flower-blossom-pink:#f07a8a;
--sugar-rush:#d85a9b;
}