Color names in this palette
CSS code for this palette
/* CSS */
.olympian-blue {
color: #1d4f8b;
}
.azure-blue {
color: #4b8dc3;
}
.lucea {
color: #7eb2e7;
}
.fresh-water {
color: #cae3f7;
}
.aspen-yellow {
color: #f7e0a1;
}
/* CSS Variables */
:root {
--olympian-blue:#1d4f8b;
--azure-blue:#4b8dc3;
--lucea:#7eb2e7;
--fresh-water:#cae3f7;
--aspen-yellow:#f7e0a1;
}