Color names in this palette
CSS code for this palette
/* CSS */
.elastic-pink {
color: #f0a3c7;
}
.sullivan-s-heart {
color: #f7c5d5;
}
.illuminated {
color: #f9e6d7;
}
.tahitian-breeze {
color: #b5e8e3;
}
.aqueduct {
color: #5bb4b9;
}
/* CSS Variables */
:root {
--elastic-pink:#f0a3c7;
--sullivan-s-heart:#f7c5d5;
--illuminated:#f9e6d7;
--tahitian-breeze:#b5e8e3;
--aqueduct:#5bb4b9;
}