Color names in this palette
CSS code for this palette
/* CSS */
.squash-bisque {
color: #ebb07f;
}
.sundown {
color: #f4c89f;
}
.bleached-sunflower {
color: #f8e8a5;
}
.frisky {
color: #c7e09e;
}
.green-trance {
color: #a1d9a1;
}
/* CSS Variables */
:root {
--squash-bisque:#ebb07f;
--sundown:#f4c89f;
--bleached-sunflower:#f8e8a5;
--frisky:#c7e09e;
--green-trance:#a1d9a1;
}