Color names in this palette
CSS code for this palette
/* CSS */
.poppy-pompadour {
color: #6c409c;
}
.lilac-bush {
color: #9a6dc5;
}
.bright-ube {
color: #d6a4e5;
}
.mountain-laurel {
color: #f5c7d5;
}
.ballet-slippers {
color: #f99fae;
}
/* CSS Variables */
:root {
--poppy-pompadour:#6c409c;
--lilac-bush:#9a6dc5;
--bright-ube:#d6a4e5;
--mountain-laurel:#f5c7d5;
--ballet-slippers:#f99fae;
}