Color names in this palette
CSS code for this palette
/* CSS */
.channel {
color: #efc3c3;
}
.centennial-rose {
color: #b5a6a6;
}
.smooth-coffee {
color: #5d4c4c;
}
.diamond-black {
color: #2d303e;
}
.sappanwood {
color: #9f3c3c;
}
/* CSS Variables */
:root {
--channel:#efc3c3;
--centennial-rose:#b5a6a6;
--smooth-coffee:#5d4c4c;
--diamond-black:#2d303e;
--sappanwood:#9f3c3c;
}