Color names in this palette
CSS code for this palette
/* CSS */
.changeling-pink {
color: #f1b1d1;
}
.pink-fit {
color: #f6a7b3;
}
.mixed-fruit {
color: #f6b6b1;
}
.marquisette {
color: #f5d49e;
}
.toucan-gentleman {
color: #f5ca0a;
}
/* CSS Variables */
:root {
--changeling-pink:#f1b1d1;
--pink-fit:#f6a7b3;
--mixed-fruit:#f6b6b1;
--marquisette:#f5d49e;
--toucan-gentleman:#f5ca0a;
}