Color names in this palette
CSS code for this palette
/* CSS */
.sherbet-fruit {
color: #f8c9b9;
}
.first-date {
color: #f4b69f;
}
.rose-essence {
color: #f19f88;
}
.pochard-duck-head {
color: #f0957a;
}
.potash {
color: #e17a5b;
}
/* CSS Variables */
:root {
--sherbet-fruit:#f8c9b9;
--first-date:#f4b69f;
--rose-essence:#f19f88;
--pochard-duck-head:#f0957a;
--potash:#e17a5b;
}