Color names in this palette
CSS code for this palette
/* CSS */
.deco-pink {
color: #f6c1ce;
}
.blaze-it-dark-magenta {
color: #3d001d;
}
.baal-red-wash {
color: #5c0029;
}
.matt-pink {
color: #ffb3c1;
}
.havana {
color: #3c2a2a;
}
/* CSS Variables */
:root {
--deco-pink:#f6c1ce;
--blaze-it-dark-magenta:#3d001d;
--baal-red-wash:#5c0029;
--matt-pink:#ffb3c1;
--havana:#3c2a2a;
}