Color names in this palette
CSS code for this palette
/* CSS */
.orchid-tint {
color: #d2c7d6;
}
.soft-cashmere {
color: #f2b5d5;
}
.salmon-eggs {
color: #f9d55d;
}
.amber-yellow {
color: #f5b55c;
}
.y-ng-ch-ng-orange {
color: #f6a23c;
}
/* CSS Variables */
:root {
--orchid-tint:#d2c7d6;
--soft-cashmere:#f2b5d5;
--salmon-eggs:#f9d55d;
--amber-yellow:#f5b55c;
--y-ng-ch-ng-orange:#f6a23c;
}