Color names in this palette
CSS code for this palette
/* CSS */
.r-d-i-ch-ng-orange {
color: #f08000;
}
.lemon-dream {
color: #f0a000;
}
.beach-ball {
color: #f0c800;
}
.anise-flower {
color: #f3e2b4;
}
.martica {
color: #f5e6b7;
}
/* CSS Variables */
:root {
--r-d-i-ch-ng-orange:#f08000;
--lemon-dream:#f0a000;
--beach-ball:#f0c800;
--anise-flower:#f3e2b4;
--martica:#f5e6b7;
}