Color names in this palette
CSS code for this palette
/* CSS */
.pink-marshmallow {
color: #f4b4d4;
}
.rogue-pink {
color: #f6a7c1;
}
.sunset-peach {
color: #f5a67f;
}
.summer-s-heat {
color: #f6e598;
}
.summertime {
color: #f1cf79;
}
/* CSS Variables */
:root {
--pink-marshmallow:#f4b4d4;
--rogue-pink:#f6a7c1;
--sunset-peach:#f5a67f;
--summer-s-heat:#f6e598;
--summertime:#f1cf79;
}