Color names in this palette
CSS code for this palette
/* CSS */
.riviera-rose {
color: #f7b2a6;
}
.flan {
color: #f6e2b6;
}
.eerie-glow {
color: #a7d7b8;
}
.regale-blue {
color: #7fb2d7;
}
.stormy-ridge {
color: #4c809a;
}
/* CSS Variables */
:root {
--riviera-rose:#f7b2a6;
--flan:#f6e2b6;
--eerie-glow:#a7d7b8;
--regale-blue:#7fb2d7;
--stormy-ridge:#4c809a;
}