Color names in this palette
CSS code for this palette
/* CSS */
.in-the-pink {
color: #f2c5d2;
}
.pink-fit {
color: #f7a6b5;
}
.vinaceous-cinnamon {
color: #f78e8d;
}
.smoked-salmon {
color: #f77c73;
}
.childhood-crush {
color: #e06e6c;
}
/* CSS Variables */
:root {
--in-the-pink:#f2c5d2;
--pink-fit:#f7a6b5;
--vinaceous-cinnamon:#f78e8d;
--smoked-salmon:#f77c73;
--childhood-crush:#e06e6c;
}