Color names in this palette
CSS code for this palette
/* CSS */
.template {
color: #a9c9e5;
}
.gumball {
color: #e3b5d3;
}
.calabrese {
color: #f1a4a2;
}
.forsythia-blossom {
color: #f9d66c;
}
.cheater {
color: #ebaf5c;
}
/* CSS Variables */
:root {
--template:#a9c9e5;
--gumball:#e3b5d3;
--calabrese:#f1a4a2;
--forsythia-blossom:#f9d66c;
--cheater:#ebaf5c;
}