Color names in this palette
CSS code for this palette
/* CSS */
.olympian-blue {
color: #1d4f8b;
}
.heritage-blue {
color: #4b93b9;
}
.airborne {
color: #a1c1d4;
}
.french-vanilla {
color: #f1e1a7;
}
.trump-tan {
color: #f6a76a;
}
/* CSS Variables */
:root {
--olympian-blue:#1d4f8b;
--heritage-blue:#4b93b9;
--airborne:#a1c1d4;
--french-vanilla:#f1e1a7;
--trump-tan:#f6a76a;
}