Color names in this palette
CSS code for this palette
/* CSS */
.brain-pink {
color: #f2b1b1;
}
.peach-temptation {
color: #f2c6b1;
}
.bone-white {
color: #f2dfb1;
}
.intergalactic-blue {
color: #b1dff2;
}
.purple-illusion {
color: #b1b1f2;
}
/* CSS Variables */
:root {
--brain-pink:#f2b1b1;
--peach-temptation:#f2c6b1;
--bone-white:#f2dfb1;
--intergalactic-blue:#b1dff2;
--purple-illusion:#b1b1f2;
}