Skip to content
This repository was archived by the owner on Mar 15, 2024. It is now read-only.

Commit 64bec40

Browse files
committed
Fix hue rotation offenders
1 parent b5f9d4d commit 64bec40

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

custom/ColorTools.tsx

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ export function ColorTools() {
333333
name="crimson"
334334
lightThemeConfig={{
335335
step2: 'hsl(342, 78%, 98.2%)',
336-
step3: 'hsl(337, 92%, 95.8%)',
336+
step3: 'hsl(342, 92%, 95.8%)',
337337
step8: 'hsl(336, 55%, 72.8%)',
338338
scaleStartSaturationBoost: 2.3,
339339
mixRatioStep10: 0.32,
@@ -357,7 +357,7 @@ export function ColorTools() {
357357
name="pink"
358358
lightThemeConfig={{
359359
step2: 'hsl(324, 85%, 98.3%)',
360-
step3: 'hsl(326, 92%, 95.9%)',
360+
step3: 'hsl(324, 92%, 95.9%)',
361361
step8: 'hsl(322, 52%, 72.2%)',
362362
step11: 'hsl(322, 65%, 46%)',
363363
scaleStartSaturationBoost: 1.6,
@@ -381,8 +381,8 @@ export function ColorTools() {
381381
<EditableScale
382382
name="plum"
383383
lightThemeConfig={{
384-
step2: 'hsl(297, 100%, 98.3%)',
385-
step3: 'hsl(297, 90%, 95.9%)',
384+
step2: 'hsl(298, 100%, 98.3%)',
385+
step3: 'hsl(297, 88%, 95.9%)',
386386
step8: 'hsl(292, 48%, 70.9%)',
387387
step11: 'hsl(292, 45%, 44%)',
388388
scaleStartSaturationBoost: 1.9,
@@ -405,7 +405,7 @@ export function ColorTools() {
405405
name="purple"
406406
lightThemeConfig={{
407407
step2: 'hsl(280, 100%, 98.4%)',
408-
step3: 'hsl(284, 90%, 96.4%)',
408+
step3: 'hsl(279, 92%, 96.4%)',
409409
step8: 'hsl(272, 60%, 73.5%)',
410410
step11: 'hsl(272, 45%, 49%)',
411411
scaleStartSaturationBoost: 1.9,
@@ -564,8 +564,8 @@ export function ColorTools() {
564564
<EditableScale
565565
name="teal"
566566
lightThemeConfig={{
567-
step2: 'hsl(160, 70%, 96.6%)',
568-
step3: 'hsl(160, 70%, 92.7%)',
567+
step2: 'hsl(162, 70%, 96.6%)',
568+
step3: 'hsl(164, 70%, 92.5%)',
569569
step8: 'hsl(172, 42%, 52.5%)',
570570
step11: 'hsl(172, 100%, 26%)',
571571
p3: {
@@ -631,7 +631,7 @@ export function ColorTools() {
631631
<EditableScale
632632
name="grass"
633633
lightThemeConfig={{
634-
step2: 'hsl(120, 60%, 97%)',
634+
step2: 'hsl(123, 60%, 97%)',
635635
step8: 'hsl(131, 38%, 56.2%)',
636636
step11: 'hsl(132, 50%, 33%)',
637637
scaleStartSaturationBoost: 1.6,
@@ -650,7 +650,7 @@ export function ColorTools() {
650650
<EditableScale
651651
name="brown"
652652
lightThemeConfig={{
653-
step2: 'hsl(30, 55%, 97.8%)',
653+
step2: 'hsl(30, 55%, 97.6%)',
654654
step8: 'hsl(28, 45%, 65.1%)',
655655
mixRatioStep10: 0.3,
656656
scaleStartSaturationBoost: 0.8,
@@ -668,7 +668,7 @@ export function ColorTools() {
668668
<EditableScale
669669
name="bronze"
670670
lightThemeConfig={{
671-
step2: 'hsl(18, 70%, 98.0%)',
671+
step2: 'hsl(18, 70%, 97.6%)',
672672
step8: 'hsl(16, 25%, 68%)',
673673
mixRatioStep10: 0.34,
674674
scaleStartSaturationBoost: 0.8,
@@ -702,8 +702,8 @@ export function ColorTools() {
702702
<EditableScale
703703
name="sky"
704704
lightThemeConfig={{
705-
step2: 'hsl(192, 100%, 96.7%)',
706-
step3: 'hsl(189, 93%, 93.5%)',
705+
step2: 'hsl(193, 100%, 96.7%)',
706+
step3: 'hsl(192, 93%, 93%)',
707707
step8: 'hsl(198, 60%, 61%)',
708708
step10: '#74DAF8',
709709
step11: 'hsl(196, 100%, 31%)',
@@ -772,7 +772,7 @@ export function ColorTools() {
772772
<EditableScale
773773
name="yellow"
774774
lightThemeConfig={{
775-
step2: 'hsl(53, 90%, 94.5%)',
775+
step2: 'hsl(53, 90%, 95%)',
776776
step3: 'hsl(54, 94%, 87.5%)',
777777
step4: 'hsl(52, 95%, 79%)',
778778
// step3: 'hsl(53, 95%, 84%)',

0 commit comments

Comments
 (0)