Color names in this palette
CSS code for this palette
/* CSS */
.apricot-sorbet {
color: #e6a85c;
}
.tan {
color: #d7b370;
}
.tangled-vines {
color: #c9c19c;
}
.pina-colada {
color: #f4dfb4;
}
.gossamer-pink {
color: #f9c6c3;
}
/* CSS Variables */
:root {
--apricot-sorbet:#e6a85c;
--tan:#d7b370;
--tangled-vines:#c9c19c;
--pina-colada:#f4dfb4;
--gossamer-pink:#f9c6c3;
}