Color names in this palette
CSS code for this palette
/* CSS */
.fun-and-games {
color: #2e7c9e;
}
.tropical-escape {
color: #4cb8b1;
}
.aqua-zing {
color: #7ee2d4;
}
.fresco-cream {
color: #fac8a8;
}
.blue-angels-yellow {
color: #fab700;
}
/* CSS Variables */
:root {
--fun-and-games:#2e7c9e;
--tropical-escape:#4cb8b1;
--aqua-zing:#7ee2d4;
--fresco-cream:#fac8a8;
--blue-angels-yellow:#fab700;
}