Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f1a7b1;
}
.wonder-lust {
color: #f18e9e;
}
.rose-cheeks {
color: #f1748b;
}
.pink-pepper {
color: #f05169;
}
.geranium {
color: #d94a5b;
}
/* CSS Variables */
:root {
--pink-fit:#f1a7b1;
--wonder-lust:#f18e9e;
--rose-cheeks:#f1748b;
--pink-pepper:#f05169;
--geranium:#d94a5b;
}