Color names in this palette
CSS code for this palette
/* CSS */
.funki-porcini {
color: #f0999c;
}
.coral-bisque {
color: #f6c5b1;
}
.vanilla {
color: #f2e7ab;
}
.peasful-mint {
color: #c5e9c3;
}
.terrace-pool {
color: #a1d9e3;
}
/* CSS Variables */
:root {
--funki-porcini:#f0999c;
--coral-bisque:#f6c5b1;
--vanilla:#f2e7ab;
--peasful-mint:#c5e9c3;
--terrace-pool:#a1d9e3;
}