Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f6a2c8;
}
.pink-marshmallow {
color: #f2b1d3;
}
.sugar-high {
color: #f2c5e9;
}
.french-pass {
color: #a3d3e0;
}
.gem-turquoise {
color: #4fc1c9;
}
/* CSS Variables */
:root {
--rose-mallow:#f6a2c8;
--pink-marshmallow:#f2b1d3;
--sugar-high:#f2c5e9;
--french-pass:#a3d3e0;
--gem-turquoise:#4fc1c9;
}