Color names in this palette
CSS code for this palette
/* CSS */
.energetic-orange {
color: #d9573a;
}
.welcoming-wasp {
color: #f0a800;
}
.mirabelle-yellow {
color: #f2c063;
}
.classic-terra {
color: #e4cdaf;
}
.fondue-fudge {
color: #6c4c41;
}
/* CSS Variables */
:root {
--energetic-orange:#d9573a;
--welcoming-wasp:#f0a800;
--mirabelle-yellow:#f2c063;
--classic-terra:#e4cdaf;
--fondue-fudge:#6c4c41;
}