Color names in this palette
CSS code for this palette
/* CSS */
.tenzing {
color: #9fd2db;
}
.mandys-pink {
color: #f4b79f;
}
.yellow-corn {
color: #fede86;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.deep-blush {
color: #e56c86;
}
/* CSS Variables */
:root {
--tenzing:#9fd2db;
--mandys-pink:#f4b79f;
--yellow-corn:#fede86;
--solar-plexus-chakra:#f1c84b;
--deep-blush:#e56c86;
}