Color names in this palette
CSS code for this palette
/* CSS */
.light-capri-green {
color: #8cd4c2;
}
.majestic-treasures {
color: #f2e7a6;
}
.pretty-petunia {
color: #d8b3df;
}
.rhodonite {
color: #f3b4c8;
}
.sasquatch-socks {
color: #ff4d7f;
}
/* CSS Variables */
:root {
--light-capri-green:#8cd4c2;
--majestic-treasures:#f2e7a6;
--pretty-petunia:#d8b3df;
--rhodonite:#f3b4c8;
--sasquatch-socks:#ff4d7f;
}