Color names in this palette
CSS code for this palette
/* CSS */
.english-breakfast {
color: #3c0b0f;
}
.chocolate-bhut-jolokia {
color: #7a2a2e;
}
.red-leather {
color: #aa4b4e;
}
.dirty-pink {
color: #c77a7e;
}
.bistro-pink {
color: #e5b8b8;
}
/* CSS Variables */
:root {
--english-breakfast:#3c0b0f;
--chocolate-bhut-jolokia:#7a2a2e;
--red-leather:#aa4b4e;
--dirty-pink:#c77a7e;
--bistro-pink:#e5b8b8;
}