Color names in this palette
CSS code for this palette
/* CSS */
.sweet-heart {
color: #e4aab5;
}
.shrimp-toast {
color: #f6c4a2;
}
.lemon-ice-yellow {
color: #f6e1a7;
}
.southern-belle {
color: #a3d7c5;
}
.island-moment {
color: #3db3a5;
}
/* CSS Variables */
:root {
--sweet-heart:#e4aab5;
--shrimp-toast:#f6c4a2;
--lemon-ice-yellow:#f6e1a7;
--southern-belle:#a3d7c5;
--island-moment:#3db3a5;
}