Color names in this palette
CSS code for this palette
/* CSS */
.peri-peri {
color: #c82d28;
}
.brass-mesh {
color: #e1a54c;
}
.wake-me-up {
color: #f7d259;
}
.burned-brown {
color: #6f4c3e;
}
.hot-chilli {
color: #b54f3b;
}
/* CSS Variables */
:root {
--peri-peri:#c82d28;
--brass-mesh:#e1a54c;
--wake-me-up:#f7d259;
--burned-brown:#6f4c3e;
--hot-chilli:#b54f3b;
}