Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d9b6e2;
}
.in-the-pink {
color: #f1c6d0;
}
.banana-yogurt {
color: #f8e6b4;
}
.first-date {
color: #f7b2a1;
}
.melondrama {
color: #f07d70;
}
/* CSS Variables */
:root {
--pretty-petunia:#d9b6e2;
--in-the-pink:#f1c6d0;
--banana-yogurt:#f8e6b4;
--first-date:#f7b2a1;
--melondrama:#f07d70;
}