Color names in this palette
CSS code for this palette
/* CSS */
.peach-temptation {
color: #f3c5b4;
}
.calabrese {
color: #f1a8a2;
}
.watermelon-juice {
color: #f05c8b;
}
.little-bow-pink {
color: #d57c9a;
}
.wisteria {
color: #a47cbb;
}
/* CSS Variables */
:root {
--peach-temptation:#f3c5b4;
--calabrese:#f1a8a2;
--watermelon-juice:#f05c8b;
--little-bow-pink:#d57c9a;
--wisteria:#a47cbb;
}