Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f9a4c0;
}
.bergamot-orange {
color: #f29c5a;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.swimmers-pool {
color: #2ec2b3;
}
.coolbox-ice-turquoise {
color: #45a19c;
}
/* CSS Variables */
:root {
--rogue-pink:#f9a4c0;
--bergamot-orange:#f29c5a;
--solar-plexus-chakra:#f1c84b;
--swimmers-pool:#2ec2b3;
--coolbox-ice-turquoise:#45a19c;
}