Color names in this palette
CSS code for this palette
/* CSS */
.manganese-black {
color: #1f304c;
}
.chinese-porcelain {
color: #3f5d7d;
}
.flyway {
color: #60b4d2;
}
.limelight {
color: #f2e56e;
}
.hot-orange {
color: #f88c3f;
}
/* CSS Variables */
:root {
--manganese-black:#1f304c;
--chinese-porcelain:#3f5d7d;
--flyway:#60b4d2;
--limelight:#f2e56e;
--hot-orange:#f88c3f;
}