Color names in this palette
CSS code for this palette
/* CSS */
.olympian-blue {
color: #1d4f8b;
}
.blue-dart-frog {
color: #3a7d9c;
}
.aqueduct {
color: #5bb4b9;
}
.frugal {
color: #a6d8b5;
}
.mystic-tulip {
color: #f7b7a1;
}
/* CSS Variables */
:root {
--olympian-blue:#1d4f8b;
--blue-dart-frog:#3a7d9c;
--aqueduct:#5bb4b9;
--frugal:#a6d8b5;
--mystic-tulip:#f7b7a1;
}