Color names in this palette
CSS code for this palette
/* CSS */
.metal-gear {
color: #a4c2db;
}
.broom-butterfly-blue {
color: #69b3d8;
}
.boat-house {
color: #4f8cba;
}
.nautical-creatures {
color: #2a5b7a;
}
.subterranean-river {
color: #1f3c4d;
}
/* CSS Variables */
:root {
--metal-gear:#a4c2db;
--broom-butterfly-blue:#69b3d8;
--boat-house:#4f8cba;
--nautical-creatures:#2a5b7a;
--subterranean-river:#1f3c4d;
}