Color names in this palette
CSS code for this palette
/* CSS */
.olympian-blue {
color: #1d4f8b;
}
.blue-dart-frog {
color: #3b7d9b;
}
.maritime-soft-blue {
color: #69b6c3;
}
.aqua-island {
color: #a2d8d7;
}
.peaceful-rain {
color: #f2f9f1;
}
/* CSS Variables */
:root {
--olympian-blue:#1d4f8b;
--blue-dart-frog:#3b7d9b;
--maritime-soft-blue:#69b6c3;
--aqua-island:#a2d8d7;
--peaceful-rain:#f2f9f1;
}