Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #1e3a4d;
}
.grand-rapids {
color: #3e6f7e;
}
.dexter {
color: #6caeb2;
}
.cool-crayon {
color: #ade6e4;
}
.shrimp-toast {
color: #f7c5a1;
}
/* CSS Variables */
:root {
--subterranean-river:#1e3a4d;
--grand-rapids:#3e6f7e;
--dexter:#6caeb2;
--cool-crayon:#ade6e4;
--shrimp-toast:#f7c5a1;
}