CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.old-flame {
color: #f2b8b5;
}
.malibu-coast {
color: #e5d0c2;
}
.paco {
color: #4e4136;
}
.gentle-sea {
color: #afc8d0;
}
/* CSS Variables */
:root {
--white:#ffffff;
--old-flame:#f2b8b5;
--malibu-coast:#e5d0c2;
--paco:#4e4136;
--gentle-sea:#afc8d0;
}