Color names in this palette
CSS code for this palette
/* CSS */
.brig {
color: #4e9ebc;
}
.tropic-tide {
color: #6fc3c0;
}
.chinook {
color: #9ad6a7;
}
.barberry-yellow {
color: #f4bf2f;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--brig:#4e9ebc;
--tropic-tide:#6fc3c0;
--chinook:#9ad6a7;
--barberry-yellow:#f4bf2f;
--mandarin-red:#e74d3c;
}