Color names in this palette
CSS code for this palette
/* CSS */
.apricot-glazed-chicken {
color: #f5a524;
}
.noodles {
color: #f8e5b4;
}
.porcelain-tan {
color: #f9d8c3;
}
.pink-marshmallow {
color: #f0b7d2;
}
.dolomite-red {
color: #c57d9b;
}
/* CSS Variables */
:root {
--apricot-glazed-chicken:#f5a524;
--noodles:#f8e5b4;
--porcelain-tan:#f9d8c3;
--pink-marshmallow:#f0b7d2;
--dolomite-red:#c57d9b;
}