Color names in this palette
CSS code for this palette
/* CSS */
.mountain-laurel {
color: #f5c7d7;
}
.changeling-pink {
color: #f2b1d0;
}
.tobermory {
color: #d59b9a;
}
.impatient-heart {
color: #c67c7b;
}
.cheek-red {
color: #a65c59;
}
/* CSS Variables */
:root {
--mountain-laurel:#f5c7d7;
--changeling-pink:#f2b1d0;
--tobermory:#d59b9a;
--impatient-heart:#c67c7b;
--cheek-red:#a65c59;
}