Skip to content

Commit

Permalink
change color palette
Browse files Browse the repository at this point in the history
  • Loading branch information
tasxatzial committed Aug 18, 2023
1 parent 93ebf62 commit 40bcbc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Transition from './transition.js';
import AnimationFrame from './animationFrame.js';


const COLORS = ['235 185 235', '204 146 247', '168 168 255', '127 199 127', '207 207 122', '252 209 129', '252 146 146'];
const COLORS = ['235 185 235', '190 114 247', '168 168 255', '127 199 127', '192 143 0', '247 157 83', '252 120 120'];
const holdDuration = 500; // 500ms

/* Add click and hold functionality based on CSS transition */
Expand Down

0 comments on commit 40bcbc0

Please sign in to comment.