Color names in this palette
CSS code for this palette
/* CSS */
.purple-orchid {
color: #a84d89;
}
.little-bow-pink {
color: #d57b99;
}
.pink-marshmallow {
color: #f7b6d2;
}
.melon-ice {
color: #f4d6c8;
}
.lively-yellow {
color: #ffe9b3;
}
/* CSS Variables */
:root {
--purple-orchid:#a84d89;
--little-bow-pink:#d57b99;
--pink-marshmallow:#f7b6d2;
--melon-ice:#f4d6c8;
--lively-yellow:#ffe9b3;
}