Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a8a2;
}
.ibis-pink {
color: #f9d1b9;
}
.yellow-essence {
color: #fce2b6;
}
.old-yella {
color: #ffec99;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--calabrese:#f6a8a2;
--ibis-pink:#f9d1b9;
--yellow-essence:#fce2b6;
--old-yella:#ffec99;
--solar-plexus-chakra:#f1c84b;
}