Color names in this palette
CSS code for this palette
/* CSS */
.evora {
color: #4f8b8c;
}
.boredom {
color: #8a9e9d;
}
.french-market {
color: #a4c6a5;
}
.bad-moon-yellow {
color: #f1e6b6;
}
.ridgeback {
color: #f0995c;
}
/* CSS Variables */
:root {
--evora:#4f8b8c;
--boredom:#8a9e9d;
--french-market:#a4c6a5;
--bad-moon-yellow:#f1e6b6;
--ridgeback:#f0995c;
}