Color names in this palette
CSS code for this palette
/* CSS */
.peevish-red {
color: #ff1a6a;
}
.shocking-orange {
color: #ff6d1f;
}
.n-renji-orange {
color: #ffbf47;
}
.cocoa-butter {
color: #f6f9c3;
}
.cioccolato {
color: #5c3d2d;
}
/* CSS Variables */
:root {
--peevish-red:#ff1a6a;
--shocking-orange:#ff6d1f;
--n-renji-orange:#ffbf47;
--cocoa-butter:#f6f9c3;
--cioccolato:#5c3d2d;
}