Color names in this palette
CSS code for this palette
/* CSS */
.temptatious-tangerine {
color: #ff7e2e;
}
.clarified-orange {
color: #ff9d5c;
}
.reddish-banana {
color: #ffbd8a;
}
.orange-canyon {
color: #ffd1a3;
}
.macaroon-cream {
color: #ffe8d6;
}
/* CSS Variables */
:root {
--temptatious-tangerine:#ff7e2e;
--clarified-orange:#ff9d5c;
--reddish-banana:#ffbd8a;
--orange-canyon:#ffd1a3;
--macaroon-cream:#ffe8d6;
}