Color names in this palette
CSS code for this palette
/* CSS */
.tea-light {
color: #f6e4c1;
}
.antique-wicker-basket {
color: #f1d4a2;
}
.creole-cottage {
color: #e7b99c;
}
.shanghai-peach {
color: #d69c8f;
}
.japanese-coral {
color: #c57c8e;
}
/* CSS Variables */
:root {
--tea-light:#f6e4c1;
--antique-wicker-basket:#f1d4a2;
--creole-cottage:#e7b99c;
--shanghai-peach:#d69c8f;
--japanese-coral:#c57c8e;
}