Color names in this palette
CSS code for this palette
/* CSS */
.enhance {
color: #d2a3c2;
}
.apricot-gelato {
color: #f7d5b0;
}
.khaki-core {
color: #f9e3ae;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.full-of-life {
color: #da5c2b;
}
/* CSS Variables */
:root {
--enhance:#d2a3c2;
--apricot-gelato:#f7d5b0;
--khaki-core:#f9e3ae;
--apricot-glazed-chicken:#f5a524;
--full-of-life:#da5c2b;
}