Color names in this palette
CSS code for this palette
/* CSS */
.bayou {
color: #2a8984;
}
.cockatoo {
color: #5ac4b7;
}
.oasis-stream {
color: #9cf2d2;
}
.dandelion-tea {
color: #f6e8c1;
}
.chaat-masala {
color: #f37e30;
}
/* CSS Variables */
:root {
--bayou:#2a8984;
--cockatoo:#5ac4b7;
--oasis-stream:#9cf2d2;
--dandelion-tea:#f6e8c1;
--chaat-masala:#f37e30;
}