Color names in this palette
CSS code for this palette
/* CSS */
.pink-marshmallow {
color: #f6b6d2;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.welcoming-wasp {
color: #f0a800;
}
.sugar-rush {
color: #d6619e;
}
.dithered-sky {
color: #c2dfff;
}
/* CSS Variables */
:root {
--pink-marshmallow:#f6b6d2;
--solar-plexus-chakra:#f1c84b;
--welcoming-wasp:#f0a800;
--sugar-rush:#d6619e;
--dithered-sky:#c2dfff;
}