Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.golden-beryl-yellow {
color: #d6a800;
}
.bark-sawdust {
color: #a88f00;
}
.sunlit-kelp-green {
color: #806e00;
}
.scorzonera-brown {
color: #4d4a00;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--golden-beryl-yellow:#d6a800;
--bark-sawdust:#a88f00;
--sunlit-kelp-green:#806e00;
--scorzonera-brown:#4d4a00;
}