Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f9c3d1;
}
.pink-chalk {
color: #f4a4bf;
}
.blush {
color: #f09d8f;
}
.colorado-bronze {
color: #ef7967;
}
.orangeville {
color: #e86e5e;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f9c3d1;
--pink-chalk:#f4a4bf;
--blush:#f09d8f;
--colorado-bronze:#ef7967;
--orangeville:#e86e5e;
}