Color names in this palette
CSS code for this palette
/* CSS */
.bermuda {
color: #1d798c;
}
.jolt-of-jade {
color: #4cb8a2;
}
.fresco-green {
color: #7fd7b4;
}
.james-blonde {
color: #f2e4b5;
}
.papaya-punch {
color: #f7a07e;
}
/* CSS Variables */
:root {
--bermuda:#1d798c;
--jolt-of-jade:#4cb8a2;
--fresco-green:#7fd7b4;
--james-blonde:#f2e4b5;
--papaya-punch:#f7a07e;
}