Color names in this palette
CSS code for this palette
/* CSS */
.tony-taupe {
color: #b2a290;
}
.ivory-cream {
color: #d6b89f;
}
.avid-apricot {
color: #f3c5a0;
}
.apricot-gelato {
color: #f6d6b1;
}
.light-curd {
color: #f9e9c8;
}
/* CSS Variables */
:root {
--tony-taupe:#b2a290;
--ivory-cream:#d6b89f;
--avid-apricot:#f3c5a0;
--apricot-gelato:#f6d6b1;
--light-curd:#f9e9c8;
}