Color names in this palette
CSS code for this palette
/* CSS */
.olympian-blue {
color: #1d4f8b;
}
.blue-dart-frog {
color: #3a7d9c;
}
.salt-lake {
color: #6fc5d3;
}
.luminescent-blue {
color: #a1dfe8;
}
.ballerina-tears {
color: #f0bab2;
}
/* CSS Variables */
:root {
--olympian-blue:#1d4f8b;
--blue-dart-frog:#3a7d9c;
--salt-lake:#6fc5d3;
--luminescent-blue:#a1dfe8;
--ballerina-tears:#f0bab2;
}