Color names in this palette
CSS code for this palette
/* CSS */
.pink-marshmallow {
color: #f0b7d2;
}
.peach-damask {
color: #f6c4a7;
}
.lime-bright {
color: #f2e4b0;
}
.apple-bob {
color: #d7e8a1;
}
.southern-belle {
color: #a7d7c2;
}
/* CSS Variables */
:root {
--pink-marshmallow:#f0b7d2;
--peach-damask:#f6c4a7;
--lime-bright:#f2e4b0;
--apple-bob:#d7e8a1;
--southern-belle:#a7d7c2;
}