Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c5a1;
}
.wisley-pink {
color: #f4a499;
}
.blush {
color: #f09d8e;
}
.in-for-a-penny {
color: #ef8b7b;
}
.childhood-crush {
color: #e76d65;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c5a1;
--wisley-pink:#f4a499;
--blush:#f09d8e;
--in-for-a-penny:#ef8b7b;
--childhood-crush:#e76d65;
}