Color names in this palette
CSS code for this palette
/* CSS */
.forever-faithful {
color: #efe6e1;
}
.enchant {
color: #d1c6d2;
}
.flirty-pink {
color: #9d88b4;
}
.ghostly-purple {
color: #7a5d92;
}
.benikakehana-purple {
color: #5b4d75;
}
/* CSS Variables */
:root {
--forever-faithful:#efe6e1;
--enchant:#d1c6d2;
--flirty-pink:#9d88b4;
--ghostly-purple:#7a5d92;
--benikakehana-purple:#5b4d75;
}