Color names in this palette
CSS code for this palette
/* CSS */
.laelia-pink {
color: #f8c4e0;
}
.pink-chalk {
color: #f4a4bf;
}
.wonder-lust {
color: #f18e9e;
}
.pastrami {
color: #e76f77;
}
.geranium {
color: #d94a58;
}
/* CSS Variables */
:root {
--laelia-pink:#f8c4e0;
--pink-chalk:#f4a4bf;
--wonder-lust:#f18e9e;
--pastrami:#e76f77;
--geranium:#d94a58;
}