Color names in this palette
CSS code for this palette
/* CSS */
.olympian-blue {
color: #1d4f8c;
}
.valley-of-glaciers {
color: #2b7a9c;
}
.sacred-turquoise {
color: #49b6a8;
}
.lime-lizard {
color: #a3d55d;
}
.bright-sun {
color: #e6b82d;
}
/* CSS Variables */
:root {
--olympian-blue:#1d4f8c;
--valley-of-glaciers:#2b7a9c;
--sacred-turquoise:#49b6a8;
--lime-lizard:#a3d55d;
--bright-sun:#e6b82d;
}