Color names in this palette
CSS code for this palette
/* CSS */
.ivory-tower {
color: #f9f1f1;
}
.rose-aspect {
color: #f1c6c6;
}
.meat {
color: #f07f7f;
}
.king-crimson {
color: #c84c4c;
}
.harissa-red {
color: #a32929;
}
/* CSS Variables */
:root {
--ivory-tower:#f9f1f1;
--rose-aspect:#f1c6c6;
--meat:#f07f7f;
--king-crimson:#c84c4c;
--harissa-red:#a32929;
}