Color names in this palette
CSS code for this palette
/* CSS */
.cyprus-green {
color: #6d9c89;
}
.reclining-green {
color: #b7d7c2;
}
.diminished-pink {
color: #f1e5df;
}
.paris-pink {
color: #d66b91;
}
.blush-d-amour {
color: #e05c7f;
}
/* CSS Variables */
:root {
--cyprus-green:#6d9c89;
--reclining-green:#b7d7c2;
--diminished-pink:#f1e5df;
--paris-pink:#d66b91;
--blush-d-amour:#e05c7f;
}