Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b2;
}
.sullivan-s-heart {
color: #f5c7d1;
}
.delicate-rose {
color: #f6e1d5;
}
.soaring-sky {
color: #b9e5e9;
}
.smooth-satin {
color: #a2d8d0;
}
/* CSS Variables */
:root {
--princess:#f1a7b2;
--sullivan-s-heart:#f5c7d1;
--delicate-rose:#f6e1d5;
--soaring-sky:#b9e5e9;
--smooth-satin:#a2d8d0;
}