Color names in this palette
CSS code for this palette
/* CSS */
.feminine-fancy {
color: #c1a8d1;
}
.in-the-pink {
color: #f2c5d3;
}
.curd {
color: #f7e3bb;
}
.blue-angels-yellow {
color: #fab700;
}
.pinkish {
color: #d66b80;
}
/* CSS Variables */
:root {
--feminine-fancy:#c1a8d1;
--in-the-pink:#f2c5d3;
--curd:#f7e3bb;
--blue-angels-yellow:#fab700;
--pinkish:#d66b80;
}