Color names in this palette
CSS code for this palette
/* CSS */
.think-pink {
color: #e6a3c1;
}
.pink-marshmallow {
color: #f4b8d4;
}
.samantha-s-room {
color: #f3d3e6;
}
.barley-white {
color: #f6e4b6;
}
.yellow-currant {
color: #f5c76b;
}
/* CSS Variables */
:root {
--think-pink:#e6a3c1;
--pink-marshmallow:#f4b8d4;
--samantha-s-room:#f3d3e6;
--barley-white:#f6e4b6;
--yellow-currant:#f5c76b;
}