Color names in this palette
CSS code for this palette
/* CSS */
.blackberry-yogurt {
color: #e5b3e0;
}
.poodle-pink {
color: #efd2e7;
}
.musical-mist {
color: #f9e9e6;
}
.rose-daphne {
color: #ff9edb;
}
.sasquatch-socks {
color: #ff4281;
}
/* CSS Variables */
:root {
--blackberry-yogurt:#e5b3e0;
--poodle-pink:#efd2e7;
--musical-mist:#f9e9e6;
--rose-daphne:#ff9edb;
--sasquatch-socks:#ff4281;
}