Color names in this palette
CSS code for this palette
/* CSS */
.metal-gear {
color: #a4c2db;
}
.cameo-cream {
color: #f4e2c3;
}
.mystic-tulip {
color: #f7b5a1;
}
.firm-pink {
color: #d88dca;
}
.eerie-glow {
color: #a5d9b8;
}
/* CSS Variables */
:root {
--metal-gear:#a4c2db;
--cameo-cream:#f4e2c3;
--mystic-tulip:#f7b5a1;
--firm-pink:#d88dca;
--eerie-glow:#a5d9b8;
}