Color names in this palette
CSS code for this palette
/* CSS */
.pink-marshmallow {
color: #f6b6d3;
}
.hanami-pink {
color: #f3a5e5;
}
.silver-rust {
color: #c79fe0;
}
.perrywinkle {
color: #8b9be9;
}
.sail-away {
color: #51b4e1;
}
/* CSS Variables */
:root {
--pink-marshmallow:#f6b6d3;
--hanami-pink:#f3a5e5;
--silver-rust:#c79fe0;
--perrywinkle:#8b9be9;
--sail-away:#51b4e1;
}