Color names in this palette
CSS code for this palette
/* CSS */
.porcelain-pink {
color: #eadab8;
}
.straw-basket {
color: #d8c79d;
}
.beachwalk {
color: #d2b679;
}
.afghan-sand {
color: #d0a85d;
}
.gingerbread-house {
color: #c99a4f;
}
/* CSS Variables */
:root {
--porcelain-pink:#eadab8;
--straw-basket:#d8c79d;
--beachwalk:#d2b679;
--afghan-sand:#d0a85d;
--gingerbread-house:#c99a4f;
}