Color names in this palette
CSS code for this palette
/* CSS */
.etruscan-red {
color: #c92c3c;
}
.mexican-chile {
color: #d66b77;
}
.pink-fit {
color: #f5a8b2;
}
.mountain-laurel {
color: #f2cad6;
}
.sefid-white {
color: #fef1f1;
}
/* CSS Variables */
:root {
--etruscan-red:#c92c3c;
--mexican-chile:#d66b77;
--pink-fit:#f5a8b2;
--mountain-laurel:#f2cad6;
--sefid-white:#fef1f1;
}