Color names in this palette
CSS code for this palette
/* CSS */
.orange-blast {
color: #f5c899;
}
.pasta {
color: #f8ddaf;
}
.wickerware {
color: #fce4b0;
}
.budder-skin {
color: #fce4c5;
}
.first-date {
color: #f7b1a1;
}
/* CSS Variables */
:root {
--orange-blast:#f5c899;
--pasta:#f8ddaf;
--wickerware:#fce4b0;
--budder-skin:#fce4c5;
--first-date:#f7b1a1;
}