Color names in this palette
CSS code for this palette
/* CSS */
.pinenut {
color: #f6d8b6;
}
.rosy-outlook {
color: #f9aa9f;
}
.breeze-of-chilli {
color: #f56b6b;
}
.re-entry {
color: #d94a4a;
}
.harissa-red {
color: #a52c2c;
}
/* CSS Variables */
:root {
--pinenut:#f6d8b6;
--rosy-outlook:#f9aa9f;
--breeze-of-chilli:#f56b6b;
--re-entry:#d94a4a;
--harissa-red:#a52c2c;
}