Color names in this palette
CSS code for this palette
/* CSS */
.bleached-silk {
color: #f2f2f2;
}
.peppermint-frosting {
color: #b3fff0;
}
.boat-anchor {
color: #6b6b6b;
}
.medieval {
color: #6b6bb3;
}
.eerie-black {
color: #1a1a1a;
}
/* CSS Variables */
:root {
--bleached-silk:#f2f2f2;
--peppermint-frosting:#b3fff0;
--boat-anchor:#6b6b6b;
--medieval:#6b6bb3;
--eerie-black:#1a1a1a;
}