Color names in this palette
CSS code for this palette
/* CSS */
.silken-raspberry {
color: #a77b8c;
}
.hydrangea-pink {
color: #e5b8c7;
}
.peach-shortcake {
color: #f2dfd4;
}
.mandys-pink {
color: #f5b59e;
}
.impatient-heart {
color: #c57c7e;
}
/* CSS Variables */
:root {
--silken-raspberry:#a77b8c;
--hydrangea-pink:#e5b8c7;
--peach-shortcake:#f2dfd4;
--mandys-pink:#f5b59e;
--impatient-heart:#c57c7e;
}