Color names in this palette
CSS code for this palette
/* CSS */
.prehnite-yellow {
color: #d1a400;
}
.brown-butter {
color: #a87e00;
}
.gecko-s-dream {
color: #6c9e00;
}
.geneva-green {
color: #1f7a7a;
}
.azure-green-blue {
color: #006c80;
}
/* CSS Variables */
:root {
--prehnite-yellow:#d1a400;
--brown-butter:#a87e00;
--gecko-s-dream:#6c9e00;
--geneva-green:#1f7a7a;
--azure-green-blue:#006c80;
}