Color names in this palette
CSS code for this palette
/* CSS */
.velvet-outbreak {
color: #691b2d;
}
.carnelian {
color: #b51c1c;
}
.rose-madder {
color: #e53734;
}
.vermilion-bird {
color: #f44034;
}
.just-pink-enough {
color: #ffebee;
}
/* CSS Variables */
:root {
--velvet-outbreak:#691b2d;
--carnelian:#b51c1c;
--rose-madder:#e53734;
--vermilion-bird:#f44034;
--just-pink-enough:#ffebee;
}