Color names in this palette
CSS code for this palette
/* CSS */
.aura-orange {
color: #b32d29;
}
.orangeade {
color: #e04f38;
}
.barbarian {
color: #f78f5e;
}
.chai-latte {
color: #f9cb9f;
}
.peachy-milk {
color: #f3e0d8;
}
/* CSS Variables */
:root {
--aura-orange:#b32d29;
--orangeade:#e04f38;
--barbarian:#f78f5e;
--chai-latte:#f9cb9f;
--peachy-milk:#f3e0d8;
}