Color names in this palette
CSS code for this palette
/* CSS */
.gecko-s-dream {
color: #6e9c02;
}
.pesto-di-pistacchio {
color: #a7c639;
}
.mindaro {
color: #d0e86d;
}
.sarawak-white-pepper {
color: #f4f1b8;
}
.butterfield {
color: #f5bf5c;
}
/* CSS Variables */
:root {
--gecko-s-dream:#6e9c02;
--pesto-di-pistacchio:#a7c639;
--mindaro:#d0e86d;
--sarawak-white-pepper:#f4f1b8;
--butterfield:#f5bf5c;
}