Color names in this palette
CSS code for this palette
/* CSS */
.warming-heart {
color: #d84b3b;
}
.coral-orange {
color: #e86a4a;
}
.sunset-peach {
color: #f8a87c;
}
.jackfruit {
color: #f6c67e;
}
.banana-ball {
color: #f2e16e;
}
/* CSS Variables */
:root {
--warming-heart:#d84b3b;
--coral-orange:#e86a4a;
--sunset-peach:#f8a87c;
--jackfruit:#f6c67e;
--banana-ball:#f2e16e;
}