Color names in this palette
CSS code for this palette
/* CSS */
.honey-glow {
color: #e7b84b;
}
.jackfruit {
color: #f5c67f;
}
.sun-dust {
color: #f4e0a4;
}
.mint-blossom-rose {
color: #d7c1d0;
}
.enchanted-lavender {
color: #b8a1e3;
}
/* CSS Variables */
:root {
--honey-glow:#e7b84b;
--jackfruit:#f5c67f;
--sun-dust:#f4e0a4;
--mint-blossom-rose:#d7c1d0;
--enchanted-lavender:#b8a1e3;
}