Color names in this palette
CSS code for this palette
/* CSS */
.seafarer {
color: #1c4e6d;
}
.blue-dart-frog {
color: #3c7c9a;
}
.dolphin-daze {
color: #619eb3;
}
.terrace-pool {
color: #a1d5e3;
}
.laundry-white {
color: #f5f8f1;
}
/* CSS Variables */
:root {
--seafarer:#1c4e6d;
--blue-dart-frog:#3c7c9a;
--dolphin-daze:#619eb3;
--terrace-pool:#a1d5e3;
--laundry-white:#f5f8f1;
}