Skip to content

Commit bcbbc26

Browse files
committed
Updates
1 parent d440cdf commit bcbbc26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>Natural Pigments Color Palette</title>
6+
<title>Pigments</title>
77
</head>
88
<body>
99
<div id="app"></div>

src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ const colorPalette = {
104104
red: {
105105
name: 'Iron Oxide Red',
106106
base: '#94202B',
107-
description: 'Derived from the mineral Hematite, the earthen red has been popular throughout human history for writing, drawing, and decoration. As a byproduct of iron mining, it also yields the famous red paint to wooden houses in Nordic countries.',
107+
description: 'Derived from the mineral Hematite, the earthen red has been popular throughout human history for writing, drawing, and decoration. As a byproduct of iron mining, it also yields the famous red paint of wooden houses in Scandinavian countries.',
108108
hues: {
109109
100: '#ffede8',
110110
200: '#ffd3cc',

0 commit comments

Comments
 (0)