Color names in this palette
CSS code for this palette
/* CSS */
.serene-pink {
color: #f7c8b6;
}
.fruit-shake {
color: #f29c8c;
}
.lei-flower {
color: #d87c69;
}
.tandoori {
color: #b96050;
}
.rum-punch {
color: #a8413e;
}
/* CSS Variables */
:root {
--serene-pink:#f7c8b6;
--fruit-shake:#f29c8c;
--lei-flower:#d87c69;
--tandoori:#b96050;
--rum-punch:#a8413e;
}