Color names in this palette
CSS code for this palette
/* CSS */
.fairview-taupe {
color: #dac3c5;
}
.early-sunset {
color: #f3e5d8;
}
.naive-peach {
color: #fce7d4;
}
.floral-leaf {
color: #ffb84d;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--fairview-taupe:#dac3c5;
--early-sunset:#f3e5d8;
--naive-peach:#fce7d4;
--floral-leaf:#ffb84d;
--grapefruit-pulp:#ff6e61;
}