Color names in this palette
CSS code for this palette
/* CSS */
.pinque {
color: #f0a3b0;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.winsome-hue {
color: #a8d6e1;
}
.sparkling-apple {
color: #76af41;
}
.salsa-sizzle {
color: #e87a3b;
}
/* CSS Variables */
:root {
--pinque:#f0a3b0;
--solar-plexus-chakra:#f1c84b;
--winsome-hue:#a8d6e1;
--sparkling-apple:#76af41;
--salsa-sizzle:#e87a3b;
}