Color names in this palette
CSS code for this palette
/* CSS */
.temptatious-tangerine {
color: #ff7e2e;
}
.papaya {
color: #ff9a5c;
}
.peach {
color: #ffb380;
}
.opalescent-coral {
color: #ffd1a8;
}
.creamy-cloud-dreams {
color: #fff4e0;
}
/* CSS Variables */
:root {
--temptatious-tangerine:#ff7e2e;
--papaya:#ff9a5c;
--peach:#ffb380;
--opalescent-coral:#ffd1a8;
--creamy-cloud-dreams:#fff4e0;
}