Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f5a8b0;
}
.pensive-pink {
color: #eab6ae;
}
.twinkle-toes {
color: #e4d29a;
}
.afternoon-stroll {
color: #d7c4a3;
}
.mystic-river {
color: #b7cae1;
}
/* CSS Variables */
:root {
--pink-fit:#f5a8b0;
--pensive-pink:#eab6ae;
--twinkle-toes:#e4d29a;
--afternoon-stroll:#d7c4a3;
--mystic-river:#b7cae1;
}