Color names in this palette
CSS code for this palette
/* CSS */
.bright-khaki {
color: #f0e78e;
}
.badass-grass {
color: #b0d85a;
}
.minted-elegance {
color: #6dc5a0;
}
.sports-blue {
color: #3e98b1;
}
.valley-of-glaciers {
color: #2a7e9d;
}
/* CSS Variables */
:root {
--bright-khaki:#f0e78e;
--badass-grass:#b0d85a;
--minted-elegance:#6dc5a0;
--sports-blue:#3e98b1;
--valley-of-glaciers:#2a7e9d;
}