Color names in this palette
CSS code for this palette
/* CSS */
.pleasing-pink {
color: #f7cad1;
}
.pink-fit {
color: #f5a3b5;
}
.wonder-lust {
color: #f28c9d;
}
.usubeni-red {
color: #f06a6a;
}
.geranium {
color: #e04d5e;
}
/* CSS Variables */
:root {
--pleasing-pink:#f7cad1;
--pink-fit:#f5a3b5;
--wonder-lust:#f28c9d;
--usubeni-red:#f06a6a;
--geranium:#e04d5e;
}