Color names in this palette
CSS code for this palette
/* CSS */
.mint-circle {
color: #a7d3a8;
}
.blue-dam {
color: #a1c9d3;
}
.cheater {
color: #f2b05a;
}
.citrus-sachet {
color: #f4c8a9;
}
.blooming-dahlia {
color: #e77f73;
}
/* CSS Variables */
:root {
--mint-circle:#a7d3a8;
--blue-dam:#a1c9d3;
--cheater:#f2b05a;
--citrus-sachet:#f4c8a9;
--blooming-dahlia:#e77f73;
}