Color names in this palette
CSS code for this palette
/* CSS */
.tiger-lily {
color: #e0593e;
}
.welcoming-wasp {
color: #f0a800;
}
.duck-butter {
color: #e3c559;
}
.nevada-sky {
color: #a1d7e8;
}
.canoe-blue {
color: #1b5074;
}
/* CSS Variables */
:root {
--tiger-lily:#e0593e;
--welcoming-wasp:#f0a800;
--duck-butter:#e3c559;
--nevada-sky:#a1d7e8;
--canoe-blue:#1b5074;
}