Color names in this palette
CSS code for this palette
/* CSS */
.seafarer {
color: #1e4b6c;
}
.blue-dart-frog {
color: #3c7b9a;
}
.finnish-fiord {
color: #5fb2bf;
}
.island-paradise {
color: #8ee2e6;
}
.distant-horizon {
color: #f1f9f8;
}
/* CSS Variables */
:root {
--seafarer:#1e4b6c;
--blue-dart-frog:#3c7b9a;
--finnish-fiord:#5fb2bf;
--island-paradise:#8ee2e6;
--distant-horizon:#f1f9f8;
}