Color names in this palette
CSS code for this palette
/* CSS */
.figue-pulp {
color: #902c54;
}
.dirty-pink {
color: #ca7d7d;
}
.eyelash-viper {
color: #f3c049;
}
.devil-s-grass {
color: #4cae4f;
}
.bluebottle {
color: #8bcee5;
}
/* CSS Variables */
:root {
--figue-pulp:#902c54;
--dirty-pink:#ca7d7d;
--eyelash-viper:#f3c049;
--devil-s-grass:#4cae4f;
--bluebottle:#8bcee5;
}