Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #1e3a4d;
}
.mirage-lake {
color: #4b918d;
}
.tropical-trail {
color: #86d5b3;
}
.venetian-yellow {
color: #f7e4a1;
}
.touch-of-glamor {
color: #df8a43;
}
/* CSS Variables */
:root {
--subterranean-river:#1e3a4d;
--mirage-lake:#4b918d;
--tropical-trail:#86d5b3;
--venetian-yellow:#f7e4a1;
--touch-of-glamor:#df8a43;
}