Color names in this palette
CSS code for this palette
/* CSS */
.dandelion-yellow {
color: #f6d73c;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.carona {
color: #faa629;
}
.r-d-i-ch-ng-orange {
color: #f07c00;
}
.exuberance {
color: #d15b00;
}
/* CSS Variables */
:root {
--dandelion-yellow:#f6d73c;
--creamy-sweet-corn:#f9c54e;
--carona:#faa629;
--r-d-i-ch-ng-orange:#f07c00;
--exuberance:#d15b00;
}