Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f6a7bf;
}
.sullivan-s-heart {
color: #f5c7d1;
}
.tinted-mint {
color: #e4e5c2;
}
.blue-shimmer {
color: #b0d9e3;
}
.waterwings {
color: #a9eada;
}
/* CSS Variables */
:root {
--rogue-pink:#f6a7bf;
--sullivan-s-heart:#f5c7d1;
--tinted-mint:#e4e5c2;
--blue-shimmer:#b0d9e3;
--waterwings:#a9eada;
}