Color names in this palette
CSS code for this palette
/* CSS */
.blackberry-yogurt {
color: #e3bae3;
}
.ballet-slippers {
color: #f9a4b1;
}
.pastel-red {
color: #ff6b61;
}
.angry-pasta {
color: #ffcd57;
}
.limelight {
color: #f2e76e;
}
/* CSS Variables */
:root {
--blackberry-yogurt:#e3bae3;
--ballet-slippers:#f9a4b1;
--pastel-red:#ff6b61;
--angry-pasta:#ffcd57;
--limelight:#f2e76e;
}