Color names in this palette
CSS code for this palette
/* CSS */
.nautical-creatures {
color: #2b5c78;
}
.domain {
color: #9f9f6f;
}
.warm-olive {
color: #c7c03d;
}
.mad-for-mango {
color: #faa200;
}
.tiger-lily {
color: #e0593e;
}
/* CSS Variables */
:root {
--nautical-creatures:#2b5c78;
--domain:#9f9f6f;
--warm-olive:#c7c03d;
--mad-for-mango:#faa200;
--tiger-lily:#e0593e;
}