Color names in this palette
CSS code for this palette
/* CSS */
.bright-orange {
color: #ff7033;
}
.boredom-buster {
color: #ff8e4d;
}
.sunkissed-coral {
color: #ffa66b;
}
.romantic {
color: #ffc59e;
}
.bisque {
color: #ffe2c2;
}
/* CSS Variables */
:root {
--bright-orange:#ff7033;
--boredom-buster:#ff8e4d;
--sunkissed-coral:#ffa66b;
--romantic:#ffc59e;
--bisque:#ffe2c2;
}