Color names in this palette
CSS code for this palette
/* CSS */
.dairy-made {
color: #f1b53b;
}
.y-ng-ch-ng-orange {
color: #f1a03b;
}
.track-and-field {
color: #d66a4c;
}
.tulip-red {
color: #b54f6c;
}
.passion-flower {
color: #6b509b;
}
/* CSS Variables */
:root {
--dairy-made:#f1b53b;
--y-ng-ch-ng-orange:#f1a03b;
--track-and-field:#d66a4c;
--tulip-red:#b54f6c;
--passion-flower:#6b509b;
}