Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.calabrese {
color: #f1a8a2;
}
.sekichiku-pink {
color: #e4afbf;
}
.charlotte {
color: #a4e0e5;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--solar-plexus-chakra:#f1c84b;
--calabrese:#f1a8a2;
--sekichiku-pink:#e4afbf;
--charlotte:#a4e0e5;
}