Color names in this palette
CSS code for this palette
/* CSS */
.seafarer {
color: #1f4e70;
}
.blue-dart-frog {
color: #3a7d9c;
}
.maritime-soft-blue {
color: #69b6c3;
}
.fine-blue {
color: #b8e0e0;
}
.heavy-sugar {
color: #f1f5f0;
}
/* CSS Variables */
:root {
--seafarer:#1f4e70;
--blue-dart-frog:#3a7d9c;
--maritime-soft-blue:#69b6c3;
--fine-blue:#b8e0e0;
--heavy-sugar:#f1f5f0;
}