Color names in this palette
CSS code for this palette
/* CSS */
.friendly-yellow {
color: #f6e0b1;
}
.adorable {
color: #e3bcb0;
}
.sweet-perfume {
color: #d69ebc;
}
.violet-femmes {
color: #a86b9e;
}
.bright-eggplant {
color: #5b4b8b;
}
/* CSS Variables */
:root {
--friendly-yellow:#f6e0b1;
--adorable:#e3bcb0;
--sweet-perfume:#d69ebc;
--violet-femmes:#a86b9e;
--bright-eggplant:#5b4b8b;
}