Color names in this palette
CSS code for this palette
/* CSS */
.dangerously-red {
color: #d74437;
}
.tiger-lily {
color: #e0593e;
}
.lion-of-menecrates {
color: #f2a769;
}
.applesauce {
color: #f9d89a;
}
.white-elf {
color: #f7c47e;
}
/* CSS Variables */
:root {
--dangerously-red:#d74437;
--tiger-lily:#e0593e;
--lion-of-menecrates:#f2a769;
--applesauce:#f9d89a;
--white-elf:#f7c47e;
}