Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #1e3952;
}
.revel-blue {
color: #4a6a8c;
}
.inner-sanctum {
color: #7da6b5;
}
.new-clay {
color: #f1c2b6;
}
.candlelight-peach {
color: #f8a2a0;
}
/* CSS Variables */
:root {
--subterranean-river:#1e3952;
--revel-blue:#4a6a8c;
--inner-sanctum:#7da6b5;
--new-clay:#f1c2b6;
--candlelight-peach:#f8a2a0;
}