Color names in this palette
CSS code for this palette
/* CSS */
.aura-orange {
color: #b32d29;
}
.warming-heart {
color: #d44f3a;
}
.watermelon-slice {
color: #e87c69;
}
.cheater {
color: #f5b05c;
}
.budder-skin {
color: #fce4c5;
}
/* CSS Variables */
:root {
--aura-orange:#b32d29;
--warming-heart:#d44f3a;
--watermelon-slice:#e87c69;
--cheater:#f5b05c;
--budder-skin:#fce4c5;
}