Color names in this palette
CSS code for this palette
/* CSS */
.orange-essential {
color: #d19080;
}
.first-date {
color: #f1b2a2;
}
.millennial-pink {
color: #f5c8c2;
}
.peach-shortcake {
color: #f2dfd4;
}
.minute-mauve {
color: #f3e5f5;
}
/* CSS Variables */
:root {
--orange-essential:#d19080;
--first-date:#f1b2a2;
--millennial-pink:#f5c8c2;
--peach-shortcake:#f2dfd4;
--minute-mauve:#f3e5f5;
}