Color names in this palette
CSS code for this palette
/* CSS */
.crystal {
color: #a4d7df;
}
.serendipity {
color: #bbe2d6;
}
.pearled-couscous {
color: #f1e9d5;
}
.coral-bisque {
color: #f7c6b1;
}
.funki-porcini {
color: #f0999c;
}
/* CSS Variables */
:root {
--crystal:#a4d7df;
--serendipity:#bbe2d6;
--pearled-couscous:#f1e9d5;
--coral-bisque:#f7c6b1;
--funki-porcini:#f0999c;
}