Color names in this palette
CSS code for this palette
/* CSS */
.ephemeral-peach {
color: #fce1d4;
}
.sherbet-fruit {
color: #f8cab9;
}
.first-date {
color: #f5b5a3;
}
.corralize {
color: #f18d79;
}
.reductant {
color: #e75a55;
}
/* CSS Variables */
:root {
--ephemeral-peach:#fce1d4;
--sherbet-fruit:#f8cab9;
--first-date:#f5b5a3;
--corralize:#f18d79;
--reductant:#e75a55;
}