Color names in this palette
CSS code for this palette
/* CSS */
.crimson {
color: #8c030e;
}
.liquorice-stick {
color: #b53d3b;
}
.juicy-details {
color: #d67a7a;
}
.calabrese {
color: #f1a7a2;
}
.clerestory {
color: #f5e7e0;
}
/* CSS Variables */
:root {
--crimson:#8c030e;
--liquorice-stick:#b53d3b;
--juicy-details:#d67a7a;
--calabrese:#f1a7a2;
--clerestory:#f5e7e0;
}