Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f6c5a7;
}
.blush {
color: #f09c8f;
}
.deep-blush {
color: #e76a89;
}
.fandango-pink {
color: #d84b88;
}
.aged-purple {
color: #a84d9d;
}
/* CSS Variables */
:root {
--peach-damask:#f6c5a7;
--blush:#f09c8f;
--deep-blush:#e76a89;
--fandango-pink:#d84b88;
--aged-purple:#a84d9d;
}