Color names in this palette
CSS code for this palette
/* CSS */
.creamy-berry {
color: #e0becc;
}
.funhouse {
color: #f3d8da;
}
.garden-rose-white {
color: #f6ead5;
}
.skeleton {
color: #eaddcc;
}
.millstream {
color: #b9d2df;
}
/* CSS Variables */
:root {
--creamy-berry:#e0becc;
--funhouse:#f3d8da;
--garden-rose-white:#f6ead5;
--skeleton:#eaddcc;
--millstream:#b9d2df;
}