Color names in this palette
CSS code for this palette
/* CSS */
.red-bean {
color: #3d0a0c;
}
.spring-lobster-brown {
color: #6d2c30;
}
.sweet-cherry {
color: #a04b4e;
}
.impatient-heart {
color: #c77a7a;
}
.pastel-pink {
color: #e0a3a6;
}
/* CSS Variables */
:root {
--red-bean:#3d0a0c;
--spring-lobster-brown:#6d2c30;
--sweet-cherry:#a04b4e;
--impatient-heart:#c77a7a;
--pastel-pink:#e0a3a6;
}