Color names in this palette
CSS code for this palette
/* CSS */
.lemon-meringue {
color: #f6e298;
}
.sunny-mood {
color: #f6c84c;
}
.y-ng-ch-ng-orange {
color: #f6a23c;
}
.carnival {
color: #e68d2d;
}
.christmas-orange {
color: #d66b29;
}
/* CSS Variables */
:root {
--lemon-meringue:#f6e298;
--sunny-mood:#f6c84c;
--y-ng-ch-ng-orange:#f6a23c;
--carnival:#e68d2d;
--christmas-orange:#d66b29;
}