We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c7a380 commit c6586e5Copy full SHA for c6586e5
palette-creator-tool.md
@@ -49,9 +49,9 @@ description: "This tool creates harmonious palettes for website designs and fron
49
function updateColor() {
50
const hue = hueInput.value;
51
52
- const baseColor = `hsl(${hue}, 80%, 40%)`;
53
- const lightColor = `hsl(${hue}, 90%, 96%)`;
54
- const darkColor = `hsl(${hue}, 90%, 20%)`;
+ const baseColor = `hsl(${hue}, 70%, 50%)`;
+ const darkColor = `hsl(${hue}, 80%, 10%)`;
+ const lightColor = `hsl(${hue}, 70%, 95%)`;
55
56
colorSquare.style.backgroundColor = baseColor;
57
darkColorSquare.style.backgroundColor = darkColor;
0 commit comments