Color names in this palette
CSS code for this palette
/* CSS */
.gentle-glow {
color: #f3e5ba;
}
.pierogi {
color: #f2d78c;
}
.eyelash-viper {
color: #f0c54c;
}
.plantain-chips {
color: #d6a84c;
}
.glowing-coals {
color: #be4b3c;
}
/* CSS Variables */
:root {
--gentle-glow:#f3e5ba;
--pierogi:#f2d78c;
--eyelash-viper:#f0c54c;
--plantain-chips:#d6a84c;
--glowing-coals:#be4b3c;
}