Color names in this palette
CSS code for this palette
/* CSS */
.fun-and-games {
color: #2e7c9e;
}
.tropical-escape {
color: #4cb8b2;
}
.summer-soft-blue {
color: #90d5d1;
}
.muscadine {
color: #f4e7a9;
}
.american-yellow {
color: #f0b000;
}
/* CSS Variables */
:root {
--fun-and-games:#2e7c9e;
--tropical-escape:#4cb8b2;
--summer-soft-blue:#90d5d1;
--muscadine:#f4e7a9;
--american-yellow:#f0b000;
}