Color names in this palette
CSS code for this palette
/* CSS */
.cardboard {
color: #c19b6c;
}
.fulgurite-copper {
color: #e7b67e;
}
.antique-wicker-basket {
color: #f1d3a2;
}
.icy-lemonade {
color: #f6e8b1;
}
.sweet-nectar {
color: #f9c2ae;
}
/* CSS Variables */
:root {
--cardboard:#c19b6c;
--fulgurite-copper:#e7b67e;
--antique-wicker-basket:#f1d3a2;
--icy-lemonade:#f6e8b1;
--sweet-nectar:#f9c2ae;
}