Color names in this palette
CSS code for this palette
/* CSS */
.merrylyn {
color: #a7d3b0;
}
.sugar-cookie {
color: #f2e2a6;
}
.peach-butter {
color: #fbaf3c;
}
.durotar-fire {
color: #f05a28;
}
.celestial-coral {
color: #d93f4f;
}
/* CSS Variables */
:root {
--merrylyn:#a7d3b0;
--sugar-cookie:#f2e2a6;
--peach-butter:#fbaf3c;
--durotar-fire:#f05a28;
--celestial-coral:#d93f4f;
}