Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f5b2c1;
}
.solaria {
color: #f5d68e;
}
.kettle-corn {
color: #f6e3bb;
}
.light-budgie-blue {
color: #a1d5e8;
}
.blue-electress {
color: #6b9cd1;
}
/* CSS Variables */
:root {
--ibis:#f5b2c1;
--solaria:#f5d68e;
--kettle-corn:#f6e3bb;
--light-budgie-blue:#a1d5e8;
--blue-electress:#6b9cd1;
}