Color names in this palette
CSS code for this palette
/* CSS */
.gumball {
color: #e6b2d4;
}
.blue-click {
color: #a6d5e8;
}
.mini-green {
color: #9fc6a8;
}
.marigold-dust {
color: #f4cf3e;
}
.dodgeroll-gold {
color: #f39c12;
}
/* CSS Variables */
:root {
--gumball:#e6b2d4;
--blue-click:#a6d5e8;
--mini-green:#9fc6a8;
--marigold-dust:#f4cf3e;
--dodgeroll-gold:#f39c12;
}