Color names in this palette
CSS code for this palette
/* CSS */
.caught-red-handed {
color: #be4737;
}
.entan-red {
color: #f06d4c;
}
.pani-puri {
color: #f3a858;
}
.applesauce {
color: #f9d69a;
}
.swirling-water {
color: #e6e8ea;
}
/* CSS Variables */
:root {
--caught-red-handed:#be4737;
--entan-red:#f06d4c;
--pani-puri:#f3a858;
--applesauce:#f9d69a;
--swirling-water:#e6e8ea;
}