Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f7c6a6;
}
.elastic-pink {
color: #f1a2c7;
}
.melon-mist {
color: #e57b90;
}
.blush-d-amour {
color: #d85a84;
}
.rose-bud {
color: #b65d9d;
}
/* CSS Variables */
:root {
--peach-damask:#f7c6a6;
--elastic-pink:#f1a2c7;
--melon-mist:#e57b90;
--blush-d-amour:#d85a84;
--rose-bud:#b65d9d;
}