Color names in this palette
CSS code for this palette
/* CSS */
.seafarer {
color: #1c4e6d;
}
.larkspur {
color: #3b7c8c;
}
.tropic-turquoise {
color: #6cb7a5;
}
.double-cream {
color: #f1d8a2;
}
.mustard-crusted-salmon {
color: #f27f45;
}
/* CSS Variables */
:root {
--seafarer:#1c4e6d;
--larkspur:#3b7c8c;
--tropic-turquoise:#6cb7a5;
--double-cream:#f1d8a2;
--mustard-crusted-salmon:#f27f45;
}