Color names in this palette
CSS code for this palette
/* CSS */
.noodles {
color: #f9e3b4;
}
.fulgrim-pink {
color: #f6b1d1;
}
.lavender-rose {
color: #f2a1df;
}
.blue-rice {
color: #b1d6f6;
}
.bone-white {
color: #f2dfb1;
}
/* CSS Variables */
:root {
--noodles:#f9e3b4;
--fulgrim-pink:#f6b1d1;
--lavender-rose:#f2a1df;
--blue-rice:#b1d6f6;
--bone-white:#f2dfb1;
}