Color names in this palette
CSS code for this palette
/* CSS */
.plantain-chips {
color: #d4a34e;
}
.sundance {
color: #f8c76d;
}
.storm-lightning {
color: #f9e59f;
}
.mystic-tulip {
color: #f7b7a1;
}
.lively-coral {
color: #e87d7f;
}
/* CSS Variables */
:root {
--plantain-chips:#d4a34e;
--sundance:#f8c76d;
--storm-lightning:#f9e59f;
--mystic-tulip:#f7b7a1;
--lively-coral:#e87d7f;
}