Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c6a1;
}
.candy-heart-pink {
color: #f6a2a2;
}
.baby-blue-eyes {
color: #a2c4f6;
}
.matt-purple {
color: #8b7cde;
}
.petal-plush {
color: #d5a7f1;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c6a1;
--candy-heart-pink:#f6a2a2;
--baby-blue-eyes:#a2c4f6;
--matt-purple:#8b7cde;
--petal-plush:#d5a7f1;
}