Color names in this palette
CSS code for this palette
/* CSS */
.blue-electress {
color: #6b9cd1;
}
.windsor-way {
color: #a1c7e3;
}
.bright-ube {
color: #d1a7e6;
}
.pink-marshmallow {
color: #f5b7ce;
}
.durango-dust {
color: #f9e29f;
}
/* CSS Variables */
:root {
--blue-electress:#6b9cd1;
--windsor-way:#a1c7e3;
--bright-ube:#d1a7e6;
--pink-marshmallow:#f5b7ce;
--durango-dust:#f9e29f;
}