Color names in this palette
CSS code for this palette
/* CSS */
.red-plum {
color: #7a2a47;
}
.cosmetic-red {
color: #a45b7d;
}
.gizmo {
color: #d7a3b8;
}
.cherry-blossom {
color: #f2c0d5;
}
.wishy-washy-lilies {
color: #f6dfe9;
}
/* CSS Variables */
:root {
--red-plum:#7a2a47;
--cosmetic-red:#a45b7d;
--gizmo:#d7a3b8;
--cherry-blossom:#f2c0d5;
--wishy-washy-lilies:#f6dfe9;
}