Color names in this palette
CSS code for this palette
/* CSS */
.my-fair-lady {
color: #f3c4c4;
}
.noodles {
color: #f8e1b4;
}
.noble-blush {
color: #e7b9b1;
}
.leap-of-faith {
color: #c4d5e3;
}
.meristem {
color: #a9e0d1;
}
/* CSS Variables */
:root {
--my-fair-lady:#f3c4c4;
--noodles:#f8e1b4;
--noble-blush:#e7b9b1;
--leap-of-faith:#c4d5e3;
--meristem:#a9e0d1;
}