Color names in this palette
CSS code for this palette
/* CSS */
.laelia-pink {
color: #f4c8e2;
}
.prism-pink {
color: #f3a0c0;
}
.embarrassed {
color: #f27d98;
}
.geranium {
color: #e04d5e;
}
.bloody-rust {
color: #d72d3e;
}
/* CSS Variables */
:root {
--laelia-pink:#f4c8e2;
--prism-pink:#f3a0c0;
--embarrassed:#f27d98;
--geranium:#e04d5e;
--bloody-rust:#d72d3e;
}