Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b6;
}
.burning-coals {
color: #f29d73;
}
.energy-yellow {
color: #f7d850;
}
.chinook {
color: #a2d8aa;
}
.corrosion-green {
color: #4c9e8b;
}
/* CSS Variables */
:root {
--princess:#f1a7b6;
--burning-coals:#f29d73;
--energy-yellow:#f7d850;
--chinook:#a2d8aa;
--corrosion-green:#4c9e8b;
}