Color names in this palette
CSS code for this palette
/* CSS */
.fun-and-games {
color: #2e7c9e;
}
.teal-bayou {
color: #59a0a1;
}
.ocean-wave {
color: #7ebeac;
}
.inviting-gesture {
color: #ccc19e;
}
.challah-bread {
color: #c97d54;
}
/* CSS Variables */
:root {
--fun-and-games:#2e7c9e;
--teal-bayou:#59a0a1;
--ocean-wave:#7ebeac;
--inviting-gesture:#ccc19e;
--challah-bread:#c97d54;
}