Color names in this palette
CSS code for this palette
/* CSS */
.serene-peach {
color: #f6d3b6;
}
.pink-marshmallow {
color: #f6b6d3;
}
.pink-illusion {
color: #d3b6f6;
}
.blue-rice {
color: #b6d3f6;
}
.seafair-green {
color: #b6f6d3;
}
/* CSS Variables */
:root {
--serene-peach:#f6d3b6;
--pink-marshmallow:#f6b6d3;
--pink-illusion:#d3b6f6;
--blue-rice:#b6d3f6;
--seafair-green:#b6f6d3;
}