Color names in this palette
CSS code for this palette
/* CSS */
.honey-glow {
color: #e8b64a;
}
.yellow-currant {
color: #f5c76b;
}
.phoenix-fossil {
color: #f7d99c;
}
.modestly-peach {
color: #efa29f;
}
.pinkish {
color: #d86f7f;
}
/* CSS Variables */
:root {
--honey-glow:#e8b64a;
--yellow-currant:#f5c76b;
--phoenix-fossil:#f7d99c;
--modestly-peach:#efa29f;
--pinkish:#d86f7f;
}