Color names in this palette
CSS code for this palette
/* CSS */
.olympian-blue {
color: #1d4f8b;
}
.winter-time {
color: #3b8ea0;
}
.throat-chakra {
color: #6ed3d8;
}
.syndicalist {
color: #f5c400;
}
.shocking-orange {
color: #ff6d1f;
}
/* CSS Variables */
:root {
--olympian-blue:#1d4f8b;
--winter-time:#3b8ea0;
--throat-chakra:#6ed3d8;
--syndicalist:#f5c400;
--shocking-orange:#ff6d1f;
}