Color names in this palette
CSS code for this palette
/* CSS */
.olympian-blue {
color: #1d4f8b;
}
.national-anthem {
color: #3e6e98;
}
.deluxe-days {
color: #8bc6e4;
}
.american-yellow {
color: #f5b400;
}
.coral-commander {
color: #f16565;
}
/* CSS Variables */
:root {
--olympian-blue:#1d4f8b;
--national-anthem:#3e6e98;
--deluxe-days:#8bc6e4;
--american-yellow:#f5b400;
--coral-commander:#f16565;
}