Deepen periwinkle sky, lavender clouds, dim day fog

The gray cast came from three sources: an undersaturated gradient,
gray-blue clouds and the theme-painted horizon fog staying at full
strength in daylight. Sky stops gain saturation toward the album's
periwinkle, clouds get a lavender tint, and the fog layer fades to 40%
during the day.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_015HtPHsTnDcLVSCiF5FGHZj
This commit is contained in:
vini 2026-07-19 21:47:03 -03:00
parent 79a18fe6d6
commit d7c2fcc439

View file

@ -1143,17 +1143,22 @@ body.chuva #sunChuvaFace { opacity: 1; transition: opacity 5s ease; }
/* Paleta fixa inspirada na capa periwinkle rgb(145,119,255), pastelizada:
violeta-azulado no alto diluindo até um neutro quente no horizonte */
background: linear-gradient(to bottom,
#8f88cf 0%,
#a29ed8 26%,
#b7b4e0 44%,
#cac8e4 60%,
#d8d2c8 66%,
#8b7fdc 0%,
#a094e4 26%,
#b6acec 44%,
#cbc2f0 60%,
#ded4d2 66%,
#5a7d4a 66.1%,
#3e5c35 82%,
#2a4126 100%);
}
body.dia:not(.balada):not(.chuva) #daySky { opacity: 1; }
/* Névoa do horizonte (pintada pelo tema via JS) fica discreta de dia
para não acinzentar o céu */
.fog-layer { transition: opacity 12s ease; }
body.dia:not(.balada):not(.chuva) .fog-layer { opacity: 0.4; }
/* Estrelas viram fantasmas de dia; nebulosas e meteoros somem */
body.dia:not(.balada):not(.chuva) #starfield { opacity: 0.12; transition: opacity 12s ease; }
body.dia:not(.balada):not(.chuva) .nebula { opacity: 0; }
@ -1169,7 +1174,7 @@ body.dia:not(.balada):not(.chuva) #meteorLayer { opacity: 0; }
transition: opacity 12s ease;
filter: blur(26px);
background: radial-gradient(ellipse,
rgba(228,230,240,0.95) 0%, rgba(188,194,210,0.55) 55%, transparent 78%);
rgba(236,231,252,0.95) 0%, rgba(198,188,236,0.55) 55%, transparent 78%);
will-change: transform, opacity;
}
.cloud-a { width: 62vh; height: 14vh; top: 10%; left: 8%;