Color names in this palette
CSS code for this palette
/* CSS */
.partytime {
color: #e3a6c6;
}
.pink-marshmallow {
color: #f4b8d4;
}
.infra-white {
color: #ffcceb;
}
.cherished-one {
color: #ff8f8f;
}
.grapefruit {
color: #ff5c5c;
}
/* CSS Variables */
:root {
--partytime:#e3a6c6;
--pink-marshmallow:#f4b8d4;
--infra-white:#ffcceb;
--cherished-one:#ff8f8f;
--grapefruit:#ff5c5c;
}