Color names in this palette
CSS code for this palette
/* CSS */
.thermal {
color: #3e4f51;
}
.mid-century-gem {
color: #81b19a;
}
.welcoming-wasp {
color: #f0a800;
}
.citrus-blast {
color: #e0793e;
}
.lollipop {
color: #d51a3d;
}
/* CSS Variables */
:root {
--thermal:#3e4f51;
--mid-century-gem:#81b19a;
--welcoming-wasp:#f0a800;
--citrus-blast:#e0793e;
--lollipop:#d51a3d;
}