Color names in this palette
CSS code for this palette
/* CSS */
.earthen-jug {
color: #a65e3a;
}
.ronchi {
color: #e8b84f;
}
.mocha-dandelion {
color: #f1d76f;
}
.dancing-in-the-rain {
color: #a8c5d6;
}
.riverside {
color: #4b6f95;
}
/* CSS Variables */
:root {
--earthen-jug:#a65e3a;
--ronchi:#e8b84f;
--mocha-dandelion:#f1d76f;
--dancing-in-the-rain:#a8c5d6;
--riverside:#4b6f95;
}