Color names in this palette
CSS code for this palette
/* CSS */
.maximum-purple {
color: #7a2b88;
}
.bright-eggplant {
color: #5d4b8b;
}
.coelin-blue {
color: #4b7b91;
}
.hammam-blue {
color: #69e2d8;
}
.yellow-chalk {
color: #f3f9b4;
}
/* CSS Variables */
:root {
--maximum-purple:#7a2b88;
--bright-eggplant:#5d4b8b;
--coelin-blue:#4b7b91;
--hammam-blue:#69e2d8;
--yellow-chalk:#f3f9b4;
}