Color names in this palette
CSS code for this palette
/* CSS */
.riviera-rose {
color: #f7b3a6;
}
.indian-clay {
color: #f3d0bf;
}
.honey-bee {
color: #fbe0a2;
}
.chayote {
color: #c8e3c4;
}
.light-blue-glint {
color: #a8d3e1;
}
/* CSS Variables */
:root {
--riviera-rose:#f7b3a6;
--indian-clay:#f3d0bf;
--honey-bee:#fbe0a2;
--chayote:#c8e3c4;
--light-blue-glint:#a8d3e1;
}