diff --git a/src/components/features.tsx b/src/components/features.tsx index fe9ac47..bdd1359 100644 --- a/src/components/features.tsx +++ b/src/components/features.tsx @@ -7,7 +7,7 @@ import TextReveal from "./ui/text-reveal"; import styled, { css, keyframes } from "styled-components"; const profileColors = [ - "#F5ED97", + "#e8cd7d", "#C2E3B7", "#EEDBF9", ];