Color names in this palette
CSS code for this palette
/* CSS */
.christmas-orange {
color: #d76b2d;
}
.flare {
color: #f8b14f;
}
.cake-dough {
color: #fce2a6;
}
.teal-deer {
color: #92e7b3;
}
.blue-square {
color: #4f899c;
}
/* CSS Variables */
:root {
--christmas-orange:#d76b2d;
--flare:#f8b14f;
--cake-dough:#fce2a6;
--teal-deer:#92e7b3;
--blue-square:#4f899c;
}