Color names in this palette
CSS code for this palette
/* CSS */
.golden-lion-tamarin {
color: #ca5d2b;
}
.y-ng-ch-ng-orange {
color: #f39f3f;
}
.forsythia-blossom {
color: #f3d46d;
}
.overtone {
color: #a6e7b4;
}
.boat-house {
color: #4a8bba;
}
/* CSS Variables */
:root {
--golden-lion-tamarin:#ca5d2b;
--y-ng-ch-ng-orange:#f39f3f;
--forsythia-blossom:#f3d46d;
--overtone:#a6e7b4;
--boat-house:#4a8bba;
}