Color names in this palette
CSS code for this palette
/* CSS */
.olympian-blue {
color: #1d4f8b;
}
.dirty-blue {
color: #3b80a0;
}
.gondolier {
color: #5bb2c8;
}
.bee {
color: #f2ba5a;
}
.tangerine-flake {
color: #e77d5a;
}
/* CSS Variables */
:root {
--olympian-blue:#1d4f8b;
--dirty-blue:#3b80a0;
--gondolier:#5bb2c8;
--bee:#f2ba5a;
--tangerine-flake:#e77d5a;
}