Color names in this palette
CSS code for this palette
/* CSS */
.kimberley-sea {
color: #3a687e;
}
.greyish-teal {
color: #6f9f93;
}
.folk-tales {
color: #a4c1b6;
}
.lemon-surprise {
color: #e2b960;
}
.obstinate-orange {
color: #d75928;
}
/* CSS Variables */
:root {
--kimberley-sea:#3a687e;
--greyish-teal:#6f9f93;
--folk-tales:#a4c1b6;
--lemon-surprise:#e2b960;
--obstinate-orange:#d75928;
}