Color names in this palette
CSS code for this palette
/* CSS */
.fat-gold {
color: #e6b800;
}
.tau-light-ochre {
color: #f8d00d;
}
.lemon-ice-yellow {
color: #f6e3a7;
}
.folk-tales {
color: #a4c6b4;
}
.greenella {
color: #5d897d;
}
/* CSS Variables */
:root {
--fat-gold:#e6b800;
--tau-light-ochre:#f8d00d;
--lemon-ice-yellow:#f6e3a7;
--folk-tales:#a4c6b4;
--greenella:#5d897d;
}