Color names in this palette
CSS code for this palette
/* CSS */
.pink-marshmallow {
color: #f6b6d0;
}
.fresh-on-the-market {
color: #f8a5b7;
}
.strawberry-shortcake {
color: #f68e98;
}
.strawberry-pink {
color: #f46c7c;
}
.dubarry {
color: #f25a61;
}
/* CSS Variables */
:root {
--pink-marshmallow:#f6b6d0;
--fresh-on-the-market:#f8a5b7;
--strawberry-shortcake:#f68e98;
--strawberry-pink:#f46c7c;
--dubarry:#f25a61;
}