Color names in this palette
CSS code for this palette
/* CSS */
.creole-cottage {
color: #e7b59c;
}
.neighborly-peach {
color: #f5c1a3;
}
.antique-wicker-basket {
color: #f6d2a2;
}
.sandy-brown {
color: #f6a160;
}
.warming-heart {
color: #d54b39;
}
/* CSS Variables */
:root {
--creole-cottage:#e7b59c;
--neighborly-peach:#f5c1a3;
--antique-wicker-basket:#f6d2a2;
--sandy-brown:#f6a160;
--warming-heart:#d54b39;
}