Color names in this palette
CSS code for this palette
/* CSS */
.nutter-butter {
color: #f7d5c5;
}
.first-date {
color: #f4b69f;
}
.morning-marmalade {
color: #f28b69;
}
.firecracker {
color: #f2653a;
}
.obstinate-orange {
color: #da532b;
}
/* CSS Variables */
:root {
--nutter-butter:#f7d5c5;
--first-date:#f4b69f;
--morning-marmalade:#f28b69;
--firecracker:#f2653a;
--obstinate-orange:#da532b;
}