Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.goldfish {
color: #f2b05f;
}
.florida-sunrise {
color: #f2a96e;
}
.bierwurst {
color: #f2938c;
}
.flirty-rose {
color: #d55d8d;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--goldfish:#f2b05f;
--florida-sunrise:#f2a96e;
--bierwurst:#f2938c;
--flirty-rose:#d55d8d;
}