Color names in this palette
CSS code for this palette
/* CSS */
.apricot-illusion {
color: #e4c4a5;
}
.coco {
color: #d2b9a3;
}
.patchwork-pink {
color: #c4a99c;
}
.early-sunset {
color: #f3e5d8;
}
.belgian-cream {
color: #f9f1e1;
}
/* CSS Variables */
:root {
--apricot-illusion:#e4c4a5;
--coco:#d2b9a3;
--patchwork-pink:#c4a99c;
--early-sunset:#f3e5d8;
--belgian-cream:#f9f1e1;
}