feat: retune warm, cool, vivid, fade cssFilter values

This commit is contained in:
Keith Solomon
2026-08-06 14:57:33 -05:00
parent 24a3935e1c
commit 0837ecc569
+4 -4
View File
@@ -19,25 +19,25 @@ export const PRESETS = [
slug: 'warm',
label: 'Warm',
color: '#f4a261',
cssFilter: 'saturate(1.25) sepia(0.18) brightness(1.05) contrast(1.05)',
cssFilter: 'saturate(1.5) sepia(0.6) brightness(1.08) contrast(1.1) hue-rotate(-8deg)',
},
{
slug: 'cool',
label: 'Cool',
color: '#a8dadc',
cssFilter: 'saturate(0.95) hue-rotate(-10deg) brightness(1.02) contrast(1.05)',
cssFilter: 'saturate(0.85) hue-rotate(-30deg) brightness(0.95) contrast(1.08)',
},
{
slug: 'vivid',
label: 'Vivid',
color: '#e63946',
cssFilter: 'saturate(1.6) contrast(1.15) brightness(1.03)',
cssFilter: 'saturate(2.0) contrast(1.3) brightness(1.0) hue-rotate(-5deg)',
},
{
slug: 'fade',
label: 'Fade',
color: '#cdb4db',
cssFilter: 'saturate(0.85) contrast(0.9) brightness(1.08) sepia(0.08)',
cssFilter: 'saturate(0.6) contrast(0.85) brightness(1.15) sepia(0.18)',
},
{
slug: 'mono',