返回 ppt-master
04_冷暖色调对比.svg
根目录 / examples / ppt169_home_design_trends_2026 / svg_output / 04_冷暖色调对比.svg
1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720" width="1280" height="720">
2 <defs>
3 <filter id="imgShadow04" x="-10%" y="-10%" width="130%" height="130%">
4 <feGaussianBlur in="SourceAlpha" stdDeviation="8"/>
5 <feOffset dx="0" dy="4" result="offsetBlur"/>
6 <feFlood flood-color="#000000" flood-opacity="0.2" result="shadowColor"/>
7 <feComposite in="shadowColor" in2="offsetBlur" operator="in" result="shadow"/>
8 <feMerge>
9 <feMergeNode in="shadow"/>
10 <feMergeNode in="SourceGraphic"/>
11 </feMerge>
12 </filter>
13 <clipPath id="leftImgClip04">
14 <rect x="60" y="140" width="560" height="400" rx="12"/>
15 </clipPath>
16 <clipPath id="rightImgClip04">
17 <rect x="660" y="140" width="560" height="400" rx="12"/>
18 </clipPath>
19 </defs>
20
21 <!-- Background -->
22 <rect width="1280" height="720" fill="#1A1714"/>
23
24 <!-- Header -->
25 <g id="p04-header">
26 <use data-icon="tabler-filled/palette" x="60" y="30" width="28" height="28" fill="#D4956A"/>
27 <text x="98" y="52" font-family="Georgia, SimSun, serif" font-size="14" fill="#8B7355" letter-spacing="3">
28 色彩实践
29 </text>
30 </g>
31
32 <!-- Title -->
33 <text x="60" y="110" font-family="Georgia, SimSun, serif" font-size="32" font-weight="bold" fill="#E8E0D4">
34 冷暖色调的空间效果对比
35 </text>
36
37 <!-- Left image: light tone -->
38 <g id="p04-left" filter="url(#imgShadow04)">
39 <image href="../images/light_tone_room.png" x="60" y="140" width="560" height="400" preserveAspectRatio="xMidYMid slice" clip-path="url(#leftImgClip04)"/>
40 <!-- Label overlay -->
41 <rect x="60" y="480" width="560" height="60" fill="#1A1714" fill-opacity="0.7" rx="0"/>
42 <rect x="60" y="536" width="560" height="4" fill="#1A1714" fill-opacity="0.7" rx="0"/>
43 <text x="90" y="518" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="20" font-weight="bold" fill="#E8E0D4">
44 浅色调
45 </text>
46 <text x="200" y="518" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="16" fill="#B0A08E">
47 增大光线反射,空间显得宽敞
48 </text>
49 </g>
50
51 <!-- Right image: saturated -->
52 <g id="p04-right" filter="url(#imgShadow04)">
53 <image href="../images/saturated_room.png" x="660" y="140" width="560" height="400" preserveAspectRatio="xMidYMid slice" clip-path="url(#rightImgClip04)"/>
54 <!-- Label overlay -->
55 <rect x="660" y="480" width="560" height="60" fill="#1A1714" fill-opacity="0.7" rx="0"/>
56 <rect x="660" y="536" width="560" height="4" fill="#1A1714" fill-opacity="0.7" rx="0"/>
57 <text x="690" y="518" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="20" font-weight="bold" fill="#E8E0D4">
58 高饱和度
59 </text>
60 <text x="830" y="518" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="16" fill="#B0A08E">
61 房间紧凑小巧,色彩浓郁
62 </text>
63 </g>
64
65 <!-- VS divider -->
66 <circle cx="640" cy="340" r="24" fill="#2A2520" stroke="#3D362E" stroke-width="2"/>
67 <text x="640" y="347" text-anchor="middle" font-family="Georgia, SimSun, serif" font-size="16" font-weight="bold" fill="#C4A882">
68 VS
69 </text>
70
71 <!-- Bottom insight -->
72 <g id="p04-insight">
73 <rect x="60" y="570" width="1160" height="70" rx="10" fill="#2A2520"/>
74 <rect x="60" y="570" width="4" height="70" rx="2" fill="#D4956A"/>
75 <text x="84" y="598" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="18" fill="#E8E0D4">
76 色彩的魔力:同样的面积,不同色彩让空间感受截然不同
77 </text>
78 <text x="84" y="624" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="15" fill="#B0A08E">
79 灰绿 → 平静专注 | 温暖咖色 → 阳光包裹的舒适感 | 少量跳色 → 独特个性与活力
80 </text>
81 </g>
82
83 <!-- Page number -->
84 <text x="1210" y="690" text-anchor="end" font-family="Georgia, SimSun, serif" font-size="12" fill="#7A6E60">
85 04 / 12
86 </text>
87 </svg>
88
88 lines Plain Text