Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #203d4c;
}
.technical-blue {
color: #5a7f8c;
}
.trisha-s-eyes {
color: #8db8c4;
}
.shrimp-boat {
color: #f4bf9a;
}
.obstinate-orange {
color: #d75928;
}
/* CSS Variables */
:root {
--subterranean-river:#203d4c;
--technical-blue:#5a7f8c;
--trisha-s-eyes:#8db8c4;
--shrimp-boat:#f4bf9a;
--obstinate-orange:#d75928;
}