Color names in this palette
CSS code for this palette
/* CSS */
.scandinavian-liquorice {
color: #1c0d13;
}
.havana {
color: #3c2a2f;
}
.flamboyant-plum {
color: #6b4c52;
}
.mohair-mauve {
color: #c1a59f;
}
.orange-confection {
color: #f4e2d2;
}
/* CSS Variables */
:root {
--scandinavian-liquorice:#1c0d13;
--havana:#3c2a2f;
--flamboyant-plum:#6b4c52;
--mohair-mauve:#c1a59f;
--orange-confection:#f4e2d2;
}