Color names in this palette
CSS code for this palette
/* CSS */
.channel {
color: #f1c4c0;
}
.evening-dress {
color: #d39f9c;
}
.silken-raspberry {
color: #a87a8a;
}
.flamboyant-plum {
color: #6a4e53;
}
.venous-blood-red {
color: #3f3134;
}
/* CSS Variables */
:root {
--channel:#f1c4c0;
--evening-dress:#d39f9c;
--silken-raspberry:#a87a8a;
--flamboyant-plum:#6a4e53;
--venous-blood-red:#3f3134;
}