Color names in this palette
CSS code for this palette
/* CSS */
.cheater {
color: #f2b05a;
}
.creamy-sweet-corn {
color: #f7c34b;
}
.forsythia-blossom {
color: #f7d76e;
}
.calabrese {
color: #f1a6a2;
}
.deep-blush {
color: #e56c86;
}
/* CSS Variables */
:root {
--cheater:#f2b05a;
--creamy-sweet-corn:#f7c34b;
--forsythia-blossom:#f7d76e;
--calabrese:#f1a6a2;
--deep-blush:#e56c86;
}