Color names in this palette
CSS code for this palette
/* CSS */
.delicate-brown {
color: #a68c8e;
}
.british-khaki {
color: #bdae99;
}
.malibu-coast {
color: #e5d0c2;
}
.blushing-sky {
color: #d7b2d5;
}
.ballet-white {
color: #f3e6d8;
}
/* CSS Variables */
:root {
--delicate-brown:#a68c8e;
--british-khaki:#bdae99;
--malibu-coast:#e5d0c2;
--blushing-sky:#d7b2d5;
--ballet-white:#f3e6d8;
}