Color names in this palette
CSS code for this palette
/* CSS */
.honey-moth {
color: #faeccc;
}
.tequila {
color: #f5d0a3;
}
.goldfish {
color: #f2b05f;
}
.chandra-cream {
color: #eab85d;
}
.yellow-jasper {
color: #d6a238;
}
/* CSS Variables */
:root {
--honey-moth:#faeccc;
--tequila:#f5d0a3;
--goldfish:#f2b05f;
--chandra-cream:#eab85d;
--yellow-jasper:#d6a238;
}