Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f7c5d5;
}
.terrace-pool {
color: #a3d7e0;
}
.baby-tears {
color: #6bb6d6;
}
.waikiki {
color: #1e8999;
}
.emerald-stone {
color: #006161;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f7c5d5;
--terrace-pool:#a3d7e0;
--baby-tears:#6bb6d6;
--waikiki:#1e8999;
--emerald-stone:#006161;
}