Color names in this palette
CSS code for this palette
/* CSS */
.pasta-rasta {
color: #eac775;
}
.luxurious {
color: #d4b759;
}
.star-fruit-yellow-green {
color: #bdae4c;
}
.machine-green {
color: #a89f3e;
}
.buffy-citrine {
color: #8b8b2d;
}
/* CSS Variables */
:root {
--pasta-rasta:#eac775;
--luxurious:#d4b759;
--star-fruit-yellow-green:#bdae4c;
--machine-green:#a89f3e;
--buffy-citrine:#8b8b2d;
}