Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d7b4e4;
}
.think-pink {
color: #e2a7c1;
}
.peach-temptation {
color: #f0c6b2;
}
.cymophane-yellow {
color: #f3e5a5;
}
.southern-belle {
color: #a4d6c1;
}
/* CSS Variables */
:root {
--pretty-petunia:#d7b4e4;
--think-pink:#e2a7c1;
--peach-temptation:#f0c6b2;
--cymophane-yellow:#f3e5a5;
--southern-belle:#a4d6c1;
}