Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f7c5d5;
}
.sugar-cookie {
color: #f3e1a5;
}
.moody-mist {
color: #c9e3d6;
}
.atlantic-ocean {
color: #a8d6e6;
}
.ibis {
color: #f1b6c1;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f7c5d5;
--sugar-cookie:#f3e1a5;
--moody-mist:#c9e3d6;
--atlantic-ocean:#a8d6e6;
--ibis:#f1b6c1;
}