Color names in this palette
CSS code for this palette
/* CSS */
.metal-gear {
color: #a4c2db;
}
.debutante-ball {
color: #6d8fba;
}
.mollusca {
color: #e5be9f;
}
.bing-cherry-pie {
color: #af4b6c;
}
.brown-coffee {
color: #4b2c2a;
}
/* CSS Variables */
:root {
--metal-gear:#a4c2db;
--debutante-ball:#6d8fba;
--mollusca:#e5be9f;
--bing-cherry-pie:#af4b6c;
--brown-coffee:#4b2c2a;
}