Color names in this palette
CSS code for this palette
/* CSS */
.peach-temptation {
color: #f3c5b4;
}
.calabrese {
color: #f1a8a2;
}
.dimple {
color: #f07f8e;
}
.highlighter-pink {
color: #e95d7c;
}
.blush-d-amour {
color: #d85a84;
}
/* CSS Variables */
:root {
--peach-temptation:#f3c5b4;
--calabrese:#f1a8a2;
--dimple:#f07f8e;
--highlighter-pink:#e95d7c;
--blush-d-amour:#d85a84;
}