Color names in this palette
CSS code for this palette
/* CSS */
.blue-click {
color: #a6d6e8;
}
.melrose {
color: #c3b5e3;
}
.pink-marshmallow {
color: #f1b6d3;
}
.durango-dust {
color: #f9e19f;
}
.esprit-peach {
color: #ffc29e;
}
/* CSS Variables */
:root {
--blue-click:#a6d6e8;
--melrose:#c3b5e3;
--pink-marshmallow:#f1b6d3;
--durango-dust:#f9e19f;
--esprit-peach:#ffc29e;
}