Color names in this palette
CSS code for this palette
/* CSS */
.placebo-magenta {
color: #f9ebf4;
}
.sweetheart {
color: #f2c5d8;
}
.sweet-lilac {
color: #eab8d1;
}
.moonlit-mauve {
color: #d392af;
}
.hopbush {
color: #d06c8f;
}
/* CSS Variables */
:root {
--placebo-magenta:#f9ebf4;
--sweetheart:#f2c5d8;
--sweet-lilac:#eab8d1;
--moonlit-mauve:#d392af;
--hopbush:#d06c8f;
}