Color names in this palette
CSS code for this palette
/* CSS */
.blackberry-yogurt {
color: #e5b8e1;
}
.prism-pink {
color: #f2a1c5;
}
.wewak {
color: #f08f9a;
}
.porcelain-rose {
color: #ef6c6c;
}
.red-arremer {
color: #e64c4c;
}
/* CSS Variables */
:root {
--blackberry-yogurt:#e5b8e1;
--prism-pink:#f2a1c5;
--wewak:#f08f9a;
--porcelain-rose:#ef6c6c;
--red-arremer:#e64c4c;
}