Color names in this palette
CSS code for this palette
/* CSS */
.brain-pink {
color: #f1b1b2;
}
.azalea-pink {
color: #f9c3c4;
}
.friendly-yellow {
color: #f6e1b1;
}
.lemon-filling {
color: #f7e4a6;
}
.blushing-sky {
color: #d9b5d5;
}
/* CSS Variables */
:root {
--brain-pink:#f1b1b2;
--azalea-pink:#f9c3c4;
--friendly-yellow:#f6e1b1;
--lemon-filling:#f7e4a6;
--blushing-sky:#d9b5d5;
}