Color names in this palette
CSS code for this palette
/* CSS */
.riviera-rose {
color: #f9aea4;
}
.ibis-wing {
color: #f58f7f;
}
.sango-red {
color: #f56b4d;
}
.karaka-orange {
color: #f34c2b;
}
.thermic-orange {
color: #e73b1d;
}
/* CSS Variables */
:root {
--riviera-rose:#f9aea4;
--ibis-wing:#f58f7f;
--sango-red:#f56b4d;
--karaka-orange:#f34c2b;
--thermic-orange:#e73b1d;
}