Color names in this palette
CSS code for this palette
/* CSS */
.secret-glade {
color: #b5b88e;
}
.menoth-white-base {
color: #f2e6ba;
}
.orange-pospsicle {
color: #f4a20b;
}
.sweet-potato {
color: #d67a3d;
}
.hot-chilli {
color: #b64e3a;
}
/* CSS Variables */
:root {
--secret-glade:#b5b88e;
--menoth-white-base:#f2e6ba;
--orange-pospsicle:#f4a20b;
--sweet-potato:#d67a3d;
--hot-chilli:#b64e3a;
}