Color names in this palette
CSS code for this palette
/* CSS */
.olympian-blue {
color: #1d4f8b;
}
.boat-house {
color: #4b8abe;
}
.bliss-blue {
color: #7cc5df;
}
.french-vanilla {
color: #f1e1a7;
}
.entan-red {
color: #f06d4c;
}
/* CSS Variables */
:root {
--olympian-blue:#1d4f8b;
--boat-house:#4b8abe;
--bliss-blue:#7cc5df;
--french-vanilla:#f1e1a7;
--entan-red:#f06d4c;
}