Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b4;
}
.sullivan-s-heart {
color: #f7c5d5;
}
.french-lilac {
color: #e2b1d8;
}
.nevada-sky {
color: #a3d6e6;
}
.baby-tears {
color: #60b9d7;
}
/* CSS Variables */
:root {
--princess:#f1a7b4;
--sullivan-s-heart:#f7c5d5;
--french-lilac:#e2b1d8;
--nevada-sky:#a3d6e6;
--baby-tears:#60b9d7;
}