Color names in this palette
CSS code for this palette
/* CSS */
.autumn-robin {
color: #c54a2b;
}
.deep-bamboo-yellow {
color: #d89f4f;
}
.solar-plexus-chakra {
color: #f1cb4b;
}
.menoth-white-base {
color: #f1e6b7;
}
.pink-jazz {
color: #a26d8c;
}
/* CSS Variables */
:root {
--autumn-robin:#c54a2b;
--deep-bamboo-yellow:#d89f4f;
--solar-plexus-chakra:#f1cb4b;
--menoth-white-base:#f1e6b7;
--pink-jazz:#a26d8c;
}