Color names in this palette
CSS code for this palette
/* CSS */
.harissa-red {
color: #a62d2b;
}
.silken-chocolate {
color: #b67b5d;
}
.last-sunlight {
color: #e5b738;
}
.cono-de-vainilla {
color: #f0dab7;
}
.hollywood-asparagus {
color: #dfe7d5;
}
/* CSS Variables */
:root {
--harissa-red:#a62d2b;
--silken-chocolate:#b67b5d;
--last-sunlight:#e5b738;
--cono-de-vainilla:#f0dab7;
--hollywood-asparagus:#dfe7d5;
}