Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.first-date {
color: #f6b2a2;
}
.autumn-arrival {
color: #f8996d;
}
.mandarin-red {
color: #e84c3b;
}
.rouge-like {
color: #a93d66;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--first-date:#f6b2a2;
--autumn-arrival:#f8996d;
--mandarin-red:#e84c3b;
--rouge-like:#a93d66;
}