Color names in this palette
CSS code for this palette
/* CSS */
.etruscan-red {
color: #c92c3c;
}
.jasper {
color: #d93f3f;
}
.khmer-curry {
color: #e85454;
}
.usubeni-red {
color: #f06a6a;
}
.poppy-petal {
color: #f89c8b;
}
/* CSS Variables */
:root {
--etruscan-red:#c92c3c;
--jasper:#d93f3f;
--khmer-curry:#e85454;
--usubeni-red:#f06a6a;
--poppy-petal:#f89c8b;
}