Color names in this palette
CSS code for this palette
/* CSS */
.evora {
color: #4f8c8c;
}
.mint-bonbon-green {
color: #7ab8a7;
}
.smooth-satin {
color: #a4d6d5;
}
.calla {
color: #f2e0b5;
}
.golden-hour {
color: #f2b75a;
}
/* CSS Variables */
:root {
--evora:#4f8c8c;
--mint-bonbon-green:#7ab8a7;
--smooth-satin:#a4d6d5;
--calla:#f2e0b5;
--golden-hour:#f2b75a;
}