Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f6a2be;
}
.pink-marshmallow {
color: #f1b6d3;
}
.refreshing-pool {
color: #b5e4e8;
}
.smooth-satin {
color: #a2d7d2;
}
.hole-in-one {
color: #4baf99;
}
/* CSS Variables */
:root {
--rogue-pink:#f6a2be;
--pink-marshmallow:#f1b6d3;
--refreshing-pool:#b5e4e8;
--smooth-satin:#a2d7d2;
--hole-in-one:#4baf99;
}