Color names in this palette
CSS code for this palette
/* CSS */
.edge-of-the-galaxy {
color: #2e3c3d;
}
.mariana-trench {
color: #455957;
}
.castaway-lagoon {
color: #607672;
}
.polar-pond {
color: #6b7b79;
}
.gunmetal-beige {
color: #928881;
}
/* CSS Variables */
:root {
--edge-of-the-galaxy:#2e3c3d;
--mariana-trench:#455957;
--castaway-lagoon:#607672;
--polar-pond:#6b7b79;
--gunmetal-beige:#928881;
}