返回 ppt-master
03_色彩情绪魔法师.svg
根目录 / examples / ppt169_home_design_trends_2026 / svg_output / 03_色彩情绪魔法师.svg
1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720" width="1280" height="720">
2 <defs>
3 <filter id="cardShadow03" x="-15%" y="-15%" width="140%" height="140%">
4 <feGaussianBlur in="SourceAlpha" stdDeviation="10"/>
5 <feOffset dx="0" dy="5" result="offsetBlur"/>
6 <feFlood flood-color="#000000" flood-opacity="0.18" 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 <linearGradient id="accentBar03" x1="0" y1="0" x2="1" y2="0">
14 <stop offset="0%" stop-color="#C4A882"/>
15 <stop offset="100%" stop-color="#D4956A"/>
16 </linearGradient>
17 <clipPath id="colorWheelClip">
18 <rect x="60" y="110" width="420" height="540" rx="16"/>
19 </clipPath>
20 </defs>
21
22 <!-- Background -->
23 <rect width="1280" height="720" fill="#1A1714"/>
24
25 <!-- Header -->
26 <g id="p03-header">
27 <use data-icon="tabler-filled/palette" x="60" y="30" width="32" height="32" fill="#D4956A"/>
28 <text x="102" y="56" font-family="Georgia, SimSun, serif" font-size="14" fill="#8B7355" letter-spacing="3">
29 三大底层元素 · 壹
30 </text>
31 <rect x="60" y="75" width="50" height="3" fill="url(#accentBar03)" rx="1.5"/>
32 </g>
33
34 <!-- Left: Color wheel image -->
35 <g id="p03-image">
36 <image href="../images/color_wheel.png" x="60" y="110" width="420" height="540" preserveAspectRatio="xMidYMid slice" clip-path="url(#colorWheelClip)"/>
37 </g>
38
39 <!-- Right content area -->
40 <g id="p03-title">
41 <text x="520" y="155" font-family="Georgia, SimSun, serif" font-size="36" font-weight="bold" fill="#E8E0D4">
42 色彩
43 </text>
44 <text x="520" y="200" font-family="Georgia, SimSun, serif" font-size="26" fill="#C4A882">
45 空间的"情绪魔法师"
46 </text>
47 </g>
48
49 <rect x="520" y="220" width="40" height="2" fill="#3D362E"/>
50
51 <!-- Content points -->
52 <g id="p03-points">
53 <!-- Point 1 -->
54 <g id="p03-point1">
55 <rect x="520" y="248" width="700" height="80" rx="10" fill="#2A2520" filter="url(#cardShadow03)"/>
56 <rect x="520" y="248" width="4" height="80" rx="2" fill="#C4A882"/>
57 <text x="544" y="278" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="20" font-weight="bold" fill="#E8E0D4">
58 第一印象
59 </text>
60 <text x="544" y="308" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="16" fill="#B0A08E">
61 色彩是空间给人的第一印象和最直观的感受
62 </text>
63 </g>
64
65 <!-- Point 2 -->
66 <g id="p03-point2">
67 <rect x="520" y="345" width="700" height="80" rx="10" fill="#2A2520" filter="url(#cardShadow03)"/>
68 <rect x="520" y="345" width="4" height="80" rx="2" fill="#D4956A"/>
69 <text x="544" y="375" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="20" font-weight="bold" fill="#E8E0D4">
70 改变视觉尺度
71 </text>
72 <text x="544" y="405" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="16" fill="#B0A08E">
73 暖色调 → 温柔包裹感 | 冷色调 → 开阔冷静
74 </text>
75 </g>
76
77 <!-- Point 3 -->
78 <g id="p03-point3">
79 <rect x="520" y="442" width="700" height="80" rx="10" fill="#2A2520" filter="url(#cardShadow03)"/>
80 <rect x="520" y="442" width="4" height="80" rx="2" fill="#8B7355"/>
81 <text x="544" y="472" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="20" font-weight="bold" fill="#E8E0D4">
82 心理反应
83 </text>
84 <text x="544" y="502" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="16" fill="#B0A08E">
85 灰绿 → 平静专注 | 咖色 → 阳光包裹 | 跳色 → 个性活力
86 </text>
87 </g>
88 </g>
89
90 <!-- Small accent image bottom right -->
91 <image href="../images/brown_cozy.png" x="920" y="545" width="300" height="120" preserveAspectRatio="xMidYMid slice"/>
92 <rect x="920" y="545" width="300" height="120" fill="#1A1714" fill-opacity="0.25"/>
93 <text x="935" y="652" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="12" fill="#7A6E60">
94 混色调棕色营造宁静与质朴
95 </text>
96
97 <!-- Page number -->
98 <text x="1210" y="690" text-anchor="end" font-family="Georgia, SimSun, serif" font-size="12" fill="#7A6E60">
99 03 / 12
100 </text>
101 </svg>
102
102 lines Plain Text