Color names in this palette
CSS code for this palette
/* CSS */
.groovy-lemon-pie {
color: #d6ba00;
}
.sulphine-yellow {
color: #c2a500;
}
.romaine-green {
color: #a88c00;
}
.sunlit-kelp-green {
color: #7a6e00;
}
.douro {
color: #5c5700;
}
/* CSS Variables */
:root {
--groovy-lemon-pie:#d6ba00;
--sulphine-yellow:#c2a500;
--romaine-green:#a88c00;
--sunlit-kelp-green:#7a6e00;
--douro:#5c5700;
}