Color names in this palette
CSS code for this palette
/* CSS */
.chocolate-cosmos {
color: #5c0f15;
}
.dorset-naga {
color: #9c2b30;
}
.firebug {
color: #d1604d;
}
.rose-linen {
color: #e6b1a2;
}
.soft-pillow {
color: #fef5e7;
}
/* CSS Variables */
:root {
--chocolate-cosmos:#5c0f15;
--dorset-naga:#9c2b30;
--firebug:#d1604d;
--rose-linen:#e6b1a2;
--soft-pillow:#fef5e7;
}