Color names in this palette
CSS code for this palette
/* CSS */
.tomorrow-s-coral {
color: #ffc2a3;
}
.salmon-buff {
color: #ffa970;
}
.sunset-yellow {
color: #ff8b3d;
}
.gold-drop {
color: #d66c2e;
}
.scarecrow-frown {
color: #a65a2b;
}
/* CSS Variables */
:root {
--tomorrow-s-coral:#ffc2a3;
--salmon-buff:#ffa970;
--sunset-yellow:#ff8b3d;
--gold-drop:#d66c2e;
--scarecrow-frown:#a65a2b;
}