Color names in this palette
CSS code for this palette
/* CSS */
.christmas-brown {
color: #5b2a2b;
}
.marrakesh-red {
color: #79393d;
}
.sweet-cherry {
color: #a04b4e;
}
.childhood-crush {
color: #e46767;
}
.precious-pink {
color: #f6b5b1;
}
/* CSS Variables */
:root {
--christmas-brown:#5b2a2b;
--marrakesh-red:#79393d;
--sweet-cherry:#a04b4e;
--childhood-crush:#e46767;
--precious-pink:#f6b5b1;
}