Color names in this palette
CSS code for this palette
/* CSS */
.orange-blast {
color: #f5c899;
}
.applesauce {
color: #f9d89a;
}
.pineapple-delight {
color: #f1e6a7;
}
.manhattan {
color: #e2b27e;
}
.caramelo-dulce {
color: #d59d6c;
}
/* CSS Variables */
:root {
--orange-blast:#f5c899;
--applesauce:#f9d89a;
--pineapple-delight:#f1e6a7;
--manhattan:#e2b27e;
--caramelo-dulce:#d59d6c;
}