Color names in this palette
CSS code for this palette
/* CSS */
.cioccolato {
color: #5c392e;
}
.autumn-leaf {
color: #b8694c;
}
.porsche {
color: #e3a059;
}
.forsythia-blossom {
color: #f7d76e;
}
.bone-white {
color: #f3e2af;
}
/* CSS Variables */
:root {
--cioccolato:#5c392e;
--autumn-leaf:#b8694c;
--porsche:#e3a059;
--forsythia-blossom:#f7d76e;
--bone-white:#f3e2af;
}