Color names in this palette
CSS code for this palette
/* CSS */
.barely-butter {
color: #f6e7c1;
}
.peach-damask {
color: #f9c6a4;
}
.rose-essence {
color: #f29d88;
}
.zahri-pink {
color: #eb6f6f;
}
.re-entry {
color: #dc4c4c;
}
/* CSS Variables */
:root {
--barely-butter:#f6e7c1;
--peach-damask:#f9c6a4;
--rose-essence:#f29d88;
--zahri-pink:#eb6f6f;
--re-entry:#dc4c4c;
}