Color names in this palette
CSS code for this palette
/* CSS */
.blackberry-yogurt {
color: #e5b8e3;
}
.sparkling-pink {
color: #f2cfe6;
}
.paw-paw {
color: #f9d59f;
}
.blue-angels-yellow {
color: #fab700;
}
.obstinate-orange {
color: #d75928;
}
/* CSS Variables */
:root {
--blackberry-yogurt:#e5b8e3;
--sparkling-pink:#f2cfe6;
--paw-paw:#f9d59f;
--blue-angels-yellow:#fab700;
--obstinate-orange:#d75928;
}