Color names in this palette
CSS code for this palette
/* CSS */
.vivid-red-tangelo {
color: #db5e24;
}
.y-ng-ch-ng-orange {
color: #f6a53c;
}
.sunny-mood {
color: #f6c84c;
}
.lime-lizard {
color: #a3d35a;
}
.tropic-tide {
color: #6ebfbb;
}
/* CSS Variables */
:root {
--vivid-red-tangelo:#db5e24;
--y-ng-ch-ng-orange:#f6a53c;
--sunny-mood:#f6c84c;
--lime-lizard:#a3d35a;
--tropic-tide:#6ebfbb;
}