Color names in this palette
CSS code for this palette
/* CSS */
.marshmallow-rose {
color: #f6e4e6;
}
.elfin-herb {
color: #c9b3d1;
}
.lobby-lilac {
color: #a57eb9;
}
.vibrant-orchid {
color: #7e4a87;
}
.violet-indigo {
color: #4b2c6d;
}
/* CSS Variables */
:root {
--marshmallow-rose:#f6e4e6;
--elfin-herb:#c9b3d1;
--lobby-lilac:#a57eb9;
--vibrant-orchid:#7e4a87;
--violet-indigo:#4b2c6d;
}