Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #1f3c4c;
}
.bismarck {
color: #4b6b7c;
}
.blue-dam {
color: #a1c6d4;
}
.woven-raffia {
color: #f2dfc0;
}
.italian-clay {
color: #d59a7c;
}
/* CSS Variables */
:root {
--subterranean-river:#1f3c4c;
--bismarck:#4b6b7c;
--blue-dam:#a1c6d4;
--woven-raffia:#f2dfc0;
--italian-clay:#d59a7c;
}