Color names in this palette
CSS code for this palette
/* CSS */
.re-entry {
color: #d94a4a;
}
.wilted-brown {
color: #aa4a3c;
}
.brown-coffee {
color: #4a2b2c;
}
.mystic-tulip {
color: #f7b5a1;
}
.bright-khaki {
color: #f0e78e;
}
/* CSS Variables */
:root {
--re-entry:#d94a4a;
--wilted-brown:#aa4a3c;
--brown-coffee:#4a2b2c;
--mystic-tulip:#f7b5a1;
--bright-khaki:#f0e78e;
}