Color names in this palette
CSS code for this palette
/* CSS */
.vanilla {
color: #f3e4aa;
}
.dapper-dingo {
color: #e1c098;
}
.pretty-petunia {
color: #d5b0e8;
}
.light-deluxe-days {
color: #a3d3eb;
}
.ibis {
color: #f6b6c1;
}
/* CSS Variables */
:root {
--vanilla:#f3e4aa;
--dapper-dingo:#e1c098;
--pretty-petunia:#d5b0e8;
--light-deluxe-days:#a3d3eb;
--ibis:#f6b6c1;
}