Color names in this palette
CSS code for this palette
/* CSS */
.socialist {
color: #891a1a;
}
.redsurrection {
color: #d70f0f;
}
.pink-eraser {
color: #f29c9c;
}
.mystic-tulip {
color: #f7b5a1;
}
.ballet {
color: #f8d3d3;
}
/* CSS Variables */
:root {
--socialist:#891a1a;
--redsurrection:#d70f0f;
--pink-eraser:#f29c9c;
--mystic-tulip:#f7b5a1;
--ballet:#f8d3d3;
}