Color names in this palette
CSS code for this palette
/* CSS */
.demure-pink {
color: #f6d2c6;
}
.roseberry {
color: #f4a59f;
}
.flower-blossom-pink {
color: #f07a8c;
}
.swiss-chard {
color: #e05c72;
}
.llilacquered {
color: #c55e98;
}
/* CSS Variables */
:root {
--demure-pink:#f6d2c6;
--roseberry:#f4a59f;
--flower-blossom-pink:#f07a8c;
--swiss-chard:#e05c72;
--llilacquered:#c55e98;
}