Color names in this palette
CSS code for this palette
/* CSS */
.tuft-bush {
color: #f8d3bf;
}
.first-date {
color: #f5b49e;
}
.blush {
color: #f39c91;
}
.entan-red {
color: #ef6b4d;
}
.endless-possibilities {
color: #e03e3e;
}
/* CSS Variables */
:root {
--tuft-bush:#f8d3bf;
--first-date:#f5b49e;
--blush:#f39c91;
--entan-red:#ef6b4d;
--endless-possibilities:#e03e3e;
}