Color names in this palette
CSS code for this palette
/* CSS */
.simple-pink {
color: #f7a1a7;
}
.shrimp-toast {
color: #f7c3a1;
}
.barley-white {
color: #f7e5b6;
}
.overtone {
color: #a6e2b7;
}
.middle-blue {
color: #7ed2e7;
}
/* CSS Variables */
:root {
--simple-pink:#f7a1a7;
--shrimp-toast:#f7c3a1;
--barley-white:#f7e5b6;
--overtone:#a6e2b7;
--middle-blue:#7ed2e7;
}