Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f7c5d5;
}
.pink-chalk {
color: #f3a5c0;
}
.hanami-pink {
color: #f5b2e0;
}
.aviary-blue {
color: #c5e4e7;
}
.mint-cocktail-green {
color: #b5e0b2;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f7c5d5;
--pink-chalk:#f3a5c0;
--hanami-pink:#f5b2e0;
--aviary-blue:#c5e4e7;
--mint-cocktail-green:#b5e0b2;
}