Color names in this palette
CSS code for this palette
/* CSS */
.konj-blue {
color: #003470;
}
.mosaic-blue {
color: #007e94;
}
.billiard {
color: #00b39e;
}
.orange-bell-pepper {
color: #ff8b42;
}
.shocking-orange {
color: #ff6d1f;
}
/* CSS Variables */
:root {
--konj-blue:#003470;
--mosaic-blue:#007e94;
--billiard:#00b39e;
--orange-bell-pepper:#ff8b42;
--shocking-orange:#ff6d1f;
}