Color names in this palette
CSS code for this palette
/* CSS */
.riviera-sand {
color: #e0c59e;
}
.first-date {
color: #f1b3a2;
}
.fruity-licious {
color: #f6908e;
}
.light-tomato {
color: #d5736c;
}
.enticing-red {
color: #b84c4e;
}
/* CSS Variables */
:root {
--riviera-sand:#e0c59e;
--first-date:#f1b3a2;
--fruity-licious:#f6908e;
--light-tomato:#d5736c;
--enticing-red:#b84c4e;
}