Color names in this palette
CSS code for this palette
/* CSS */
.pompadour {
color: #6b1f3d;
}
.rumba-red {
color: #8c2c3f;
}
.king-crimson {
color: #c84c4c;
}
.chat-orange {
color: #f99f3e;
}
.sun-dust {
color: #f5e2a3;
}
/* CSS Variables */
:root {
--pompadour:#6b1f3d;
--rumba-red:#8c2c3f;
--king-crimson:#c84c4c;
--chat-orange:#f99f3e;
--sun-dust:#f5e2a3;
}