Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #203d4c;
}
.deep-sea-blue {
color: #294c5b;
}
.dusty-teal {
color: #4e8d84;
}
.vista-blue {
color: #97d3af;
}
.syndicalist {
color: #f5c400;
}
/* CSS Variables */
:root {
--subterranean-river:#203d4c;
--deep-sea-blue:#294c5b;
--dusty-teal:#4e8d84;
--vista-blue:#97d3af;
--syndicalist:#f5c400;
}