Color names in this palette
CSS code for this palette
/* CSS */
.tranquil-seashore {
color: #60908d;
}
.coronado-dunes {
color: #d4a68c;
}
.oyster-bisque {
color: #f2e5b1;
}
.bundle-of-wheat {
color: #e3b382;
}
.lively-coral {
color: #e97c7c;
}
/* CSS Variables */
:root {
--tranquil-seashore:#60908d;
--coronado-dunes:#d4a68c;
--oyster-bisque:#f2e5b1;
--bundle-of-wheat:#e3b382;
--lively-coral:#e97c7c;
}