Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #1e3a4d;
}
.dusty-teal {
color: #4a8c8b;
}
.venice-escape {
color: #77b1b0;
}
.maximum-yellow-red {
color: #f1b74b;
}
.mandarin-orange {
color: #e8693b;
}
/* CSS Variables */
:root {
--subterranean-river:#1e3a4d;
--dusty-teal:#4a8c8b;
--venice-escape:#77b1b0;
--maximum-yellow-red:#f1b74b;
--mandarin-orange:#e8693b;
}