Color names in this palette
CSS code for this palette
/* CSS */
.anise-flower {
color: #f5e3b7;
}
.blue-angels-yellow {
color: #fab700;
}
.chat-orange {
color: #f79c40;
}
.christmas-orange {
color: #d76b28;
}
.autumn-robin {
color: #c34b2c;
}
/* CSS Variables */
:root {
--anise-flower:#f5e3b7;
--blue-angels-yellow:#fab700;
--chat-orange:#f79c40;
--christmas-orange:#d76b28;
--autumn-robin:#c34b2c;
}