Color names in this palette
CSS code for this palette
/* CSS */
.cioccolato {
color: #5e3a2c;
}
.earthen-jug {
color: #a65e3a;
}
.cinnamon-brandy {
color: #d18f6b;
}
.eggshell-paper {
color: #e3bda1;
}
.peach-rose {
color: #f6e3d5;
}
/* CSS Variables */
:root {
--cioccolato:#5e3a2c;
--earthen-jug:#a65e3a;
--cinnamon-brandy:#d18f6b;
--eggshell-paper:#e3bda1;
--peach-rose:#f6e3d5;
}