Color names in this palette
CSS code for this palette
/* CSS */
.royal-ash {
color: #5c003f;
}
.haute-couture {
color: #9c1c2b;
}
.cinnamon-stone {
color: #c7503d;
}
.midnight-in-saigon {
color: #e08967;
}
.first-date {
color: #f1b3a2;
}
/* CSS Variables */
:root {
--royal-ash:#5c003f;
--haute-couture:#9c1c2b;
--cinnamon-stone:#c7503d;
--midnight-in-saigon:#e08967;
--first-date:#f1b3a2;
}