Color names in this palette
CSS code for this palette
/* CSS */
.olympian-blue {
color: #1d4f8b;
}
.blue-oyster-cult {
color: #4b7bec;
}
.turquoise-sea {
color: #6ed7e7;
}
.highlighter-yellow {
color: #f3e13f;
}
.fiery-glow {
color: #f24e1c;
}
/* CSS Variables */
:root {
--olympian-blue:#1d4f8b;
--blue-oyster-cult:#4b7bec;
--turquoise-sea:#6ed7e7;
--highlighter-yellow:#f3e13f;
--fiery-glow:#f24e1c;
}