Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f6a2c8;
}
.pink-marshmallow {
color: #f1b6d1;
}
.laelia-pink {
color: #f4c8e2;
}
.light-budgie-blue {
color: #9ed5e5;
}
.blue-martini {
color: #50b2d3;
}
/* CSS Variables */
:root {
--rose-mallow:#f6a2c8;
--pink-marshmallow:#f1b6d1;
--laelia-pink:#f4c8e2;
--light-budgie-blue:#9ed5e5;
--blue-martini:#50b2d3;
}