Color names in this palette
CSS code for this palette
/* CSS */
.crushed-almond {
color: #d5c8c8;
}
.perfect-pink {
color: #e2b1b1;
}
.peach-mimosa {
color: #f4a38a;
}
.maybe-maui {
color: #f7d58d;
}
.sundance {
color: #f8c76d;
}
/* CSS Variables */
:root {
--crushed-almond:#d5c8c8;
--perfect-pink:#e2b1b1;
--peach-mimosa:#f4a38a;
--maybe-maui:#f7d58d;
--sundance:#f8c76d;
}