Color names in this palette
CSS code for this palette
/* CSS */
.heating-lamp {
color: #ef3e1f;
}
.osage-orange {
color: #f59f42;
}
.salmon-eggs {
color: #fbd460;
}
.botanical-tint {
color: #a7e2d5;
}
.keppel {
color: #5dbb97;
}
/* CSS Variables */
:root {
--heating-lamp:#ef3e1f;
--osage-orange:#f59f42;
--salmon-eggs:#fbd460;
--botanical-tint:#a7e2d5;
--keppel:#5dbb97;
}