Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f6a7af;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.spanish-yellow {
color: #f2b50d;
}
.goldie {
color: #c79b3d;
}
.moroccan-ruby {
color: #8d4e4e;
}
/* CSS Variables */
:root {
--pink-fit:#f6a7af;
--solar-plexus-chakra:#f1c84b;
--spanish-yellow:#f2b50d;
--goldie:#c79b3d;
--moroccan-ruby:#8d4e4e;
}