Color names in this palette
CSS code for this palette
/* CSS */
.y-ng-ch-ng-orange {
color: #f1a03b;
}
.deep-fried-sun-rays {
color: #f5c661;
}
.chickery-chick {
color: #f9e890;
}
.galway {
color: #c3dab9;
}
.lima-bean-green {
color: #8bbf69;
}
/* CSS Variables */
:root {
--y-ng-ch-ng-orange:#f1a03b;
--deep-fried-sun-rays:#f5c661;
--chickery-chick:#f9e890;
--galway:#c3dab9;
--lima-bean-green:#8bbf69;
}