Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f8c54f;
}
.duckling {
color: #fbae5b;
}
.sugar-coral {
color: #f46c75;
}
.thimble-red {
color: #a35c8e;
}
.indigo-light {
color: #597dc9;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f8c54f;
--duckling:#fbae5b;
--sugar-coral:#f46c75;
--thimble-red:#a35c8e;
--indigo-light:#597dc9;
}