Color names in this palette
CSS code for this palette
/* CSS */
.birdhouse-brown {
color: #6a4a39;
}
.earthen-jug {
color: #a65e3a;
}
.creole-cottage {
color: #e6b798;
}
.pismo-dunes {
color: #f3d5a5;
}
.veiled-pink {
color: #f9e0d7;
}
/* CSS Variables */
:root {
--birdhouse-brown:#6a4a39;
--earthen-jug:#a65e3a;
--creole-cottage:#e6b798;
--pismo-dunes:#f3d5a5;
--veiled-pink:#f9e0d7;
}