Color names in this palette
CSS code for this palette
/* CSS */
.porcelain-pink {
color: #eadab8;
}
.jasper-cane {
color: #e5c59f;
}
.city-sunrise {
color: #d0a77c;
}
.cowboy-hat {
color: #b57b4f;
}
.earthen-jug {
color: #a65e3a;
}
/* CSS Variables */
:root {
--porcelain-pink:#eadab8;
--jasper-cane:#e5c59f;
--city-sunrise:#d0a77c;
--cowboy-hat:#b57b4f;
--earthen-jug:#a65e3a;
}