Color names in this palette
CSS code for this palette
/* CSS */
.french-lilac {
color: #e1b7d5;
}
.rose-mallow {
color: #f3a5c6;
}
.carnation {
color: #f57a91;
}
.coral-expression {
color: #d86b69;
}
.enticing-red {
color: #b74f4e;
}
/* CSS Variables */
:root {
--french-lilac:#e1b7d5;
--rose-mallow:#f3a5c6;
--carnation:#f57a91;
--coral-expression:#d86b69;
--enticing-red:#b74f4e;
}