Color names in this palette
CSS code for this palette
/* CSS */
.cloud-number-nine {
color: #facec7;
}
.blushing-apricot {
color: #f8bba5;
}
.y-ng-ch-ng-orange {
color: #f5a23d;
}
.opulent-orange {
color: #f06c3d;
}
.painted-poppy {
color: #c84c3c;
}
/* CSS Variables */
:root {
--cloud-number-nine:#facec7;
--blushing-apricot:#f8bba5;
--y-ng-ch-ng-orange:#f5a23d;
--opulent-orange:#f06c3d;
--painted-poppy:#c84c3c;
}