Color names in this palette
CSS code for this palette
/* CSS */
.christmas-brown {
color: #5f2b2b;
}
.pottery-red {
color: #b15959;
}
.pressed-rose {
color: #f0a8a8;
}
.straw-hat {
color: #f0d7a8;
}
.night-red {
color: #3d2929;
}
/* CSS Variables */
:root {
--christmas-brown:#5f2b2b;
--pottery-red:#b15959;
--pressed-rose:#f0a8a8;
--straw-hat:#f0d7a8;
--night-red:#3d2929;
}