Color names in this palette
CSS code for this palette
/* CSS */
.red-candle {
color: #863c3c;
}
.escalante {
color: #a85d5d;
}
.copperfield {
color: #d98c8c;
}
.sunday-best {
color: #f9c8c8;
}
.bride-s-blush {
color: #f9e1e1;
}
/* CSS Variables */
:root {
--red-candle:#863c3c;
--escalante:#a85d5d;
--copperfield:#d98c8c;
--sunday-best:#f9c8c8;
--bride-s-blush:#f9e1e1;
}