Color names in this palette
CSS code for this palette
/* CSS */
.aura-orange {
color: #b32d29;
}
.capocollo {
color: #d94f4a;
}
.chat-orange {
color: #f69f3c;
}
.deep-fried-sun-rays {
color: #f6c660;
}
.limited-lime {
color: #e9eab8;
}
/* CSS Variables */
:root {
--aura-orange:#b32d29;
--capocollo:#d94f4a;
--chat-orange:#f69f3c;
--deep-fried-sun-rays:#f6c660;
--limited-lime:#e9eab8;
}