CSS code for this palette
/* CSS */
.rose-fusion {
color: #f76a55;
}
.chat-orange {
color: #f99f3e;
}
.softsun {
color: #f5c842;
}
.enviable {
color: #4c9c3a;
}
.blue-tang {
color: #2c4e6d;
}
/* CSS Variables */
:root {
--rose-fusion:#f76a55;
--chat-orange:#f99f3e;
--softsun:#f5c842;
--enviable:#4c9c3a;
--blue-tang:#2c4e6d;
}