Color names in this palette
CSS code for this palette
/* CSS */
.apricot-sorbet {
color: #e5a35d;
}
.orange-blast {
color: #f3c79b;
}
.tea-light {
color: #f6e6c1;
}
.aquatint {
color: #b8e5e0;
}
.high-seas {
color: #7da6d9;
}
/* CSS Variables */
:root {
--apricot-sorbet:#e5a35d;
--orange-blast:#f3c79b;
--tea-light:#f6e6c1;
--aquatint:#b8e5e0;
--high-seas:#7da6d9;
}