Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.exotic-blossom {
color: #ff9e42;
}
.anna-banana {
color: #f7d44b;
}
.mercury-mist {
color: #85c7c0;
}
.coelin-blue {
color: #4b7d91;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--exotic-blossom:#ff9e42;
--anna-banana:#f7d44b;
--mercury-mist:#85c7c0;
--coelin-blue:#4b7d91;
}