Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f6b6c1;
}
.prosecco {
color: #f9d7a4;
}
.barley-white {
color: #f7e3b6;
}
.southern-belle {
color: #a7d7c4;
}
.blue-electress {
color: #6b9cd1;
}
/* CSS Variables */
:root {
--ibis:#f6b6c1;
--prosecco:#f9d7a4;
--barley-white:#f7e3b6;
--southern-belle:#a7d7c4;
--blue-electress:#6b9cd1;
}