Color names in this palette
CSS code for this palette
/* CSS */
.steel-teal {
color: #5b8b8b;
}
.eerie-glow {
color: #a7d7b8;
}
.calla {
color: #f2e1b5;
}
.mystic-tulip {
color: #f7b5a1;
}
.rosy-cheeks {
color: #d7506b;
}
/* CSS Variables */
:root {
--steel-teal:#5b8b8b;
--eerie-glow:#a7d7b8;
--calla:#f2e1b5;
--mystic-tulip:#f7b5a1;
--rosy-cheeks:#d7506b;
}