Color names in this palette
CSS code for this palette
/* CSS */
.tomorrow-s-coral {
color: #ffc2a3;
}
.orchid-orange {
color: #ff9f80;
}
.sunset-papaya {
color: #ff7e61;
}
.portland-orange {
color: #ff5938;
}
.red-riding-hood {
color: #ff2d1a;
}
/* CSS Variables */
:root {
--tomorrow-s-coral:#ffc2a3;
--orchid-orange:#ff9f80;
--sunset-papaya:#ff7e61;
--portland-orange:#ff5938;
--red-riding-hood:#ff2d1a;
}