Color names in this palette
CSS code for this palette
/* CSS */
.earthen-jug {
color: #a65e3a;
}
.cat-s-eye-marble {
color: #d9a859;
}
.nectar-jackpot {
color: #f1d68e;
}
.blue-dam {
color: #a1c9d4;
}
.atlantic-wave {
color: #3e7b7e;
}
/* CSS Variables */
:root {
--earthen-jug:#a65e3a;
--cat-s-eye-marble:#d9a859;
--nectar-jackpot:#f1d68e;
--blue-dam:#a1c9d4;
--atlantic-wave:#3e7b7e;
}