Color names in this palette
CSS code for this palette
/* CSS */
.pompadour {
color: #6b1f3d;
}
.madder-magenta {
color: #804d6e;
}
.divine {
color: #9d7b9c;
}
.berry-popsicle {
color: #d8a6c8;
}
.white-red {
color: #f2e8e9;
}
/* CSS Variables */
:root {
--pompadour:#6b1f3d;
--madder-magenta:#804d6e;
--divine:#9d7b9c;
--berry-popsicle:#d8a6c8;
--white-red:#f2e8e9;
}