Color names in this palette
CSS code for this palette
/* CSS */
.flirt {
color: #7c2d50;
}
.cosmetic-red {
color: #a45b7d;
}
.passive-pink {
color: #d8a09d;
}
.tequila {
color: #f3d2a5;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--flirt:#7c2d50;
--cosmetic-red:#a45b7d;
--passive-pink:#d8a09d;
--tequila:#f3d2a5;
--solar-plexus-chakra:#f1c84b;
}