Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f7c5d5;
}
.minute-mauve {
color: #f2e2f3;
}
.new-heights {
color: #d0e7f6;
}
.mint-cocktail-green {
color: #b3e0b3;
}
.spring-buttercup {
color: #fff5c2;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f7c5d5;
--minute-mauve:#f2e2f3;
--new-heights:#d0e7f6;
--mint-cocktail-green:#b3e0b3;
--spring-buttercup:#fff5c2;
}