Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #1f3c4c;
}
.night-owl {
color: #5c798a;
}
.pond-blue {
color: #8bb7c6;
}
.boudin {
color: #d8b47d;
}
.durotar-fire {
color: #f05a28;
}
/* CSS Variables */
:root {
--subterranean-river:#1f3c4c;
--night-owl:#5c798a;
--pond-blue:#8bb7c6;
--boudin:#d8b47d;
--durotar-fire:#f05a28;
}