Color names in this palette
CSS code for this palette
/* CSS */
.riviera-rose {
color: #f9aea4;
}
.rosy-outlook {
color: #f7aaa1;
}
.first-date {
color: #f4b49f;
}
.shrimp-toast {
color: #f9c29f;
}
.budder-skin {
color: #fde2c4;
}
/* CSS Variables */
:root {
--riviera-rose:#f9aea4;
--rosy-outlook:#f7aaa1;
--first-date:#f4b49f;
--shrimp-toast:#f9c29f;
--budder-skin:#fde2c4;
}