-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcolors.html
More file actions
27 lines (24 loc) · 1.59 KB
/
Copy pathcolors.html
File metadata and controls
27 lines (24 loc) · 1.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="/favicon.png">
<meta name="color-scheme" content="dark">
<link rel="stylesheet" href="src/style.css">
<title>dEstinyOS -> presystem: COLORS</title>
</head>
<body>
<div id="overlay"></div>
<div class="dialog">
<span style="color: crimson">red.</span> the color of the most <span style="color: crimson">passionate love.</span> it is also the color of <span style="color: crimson">blood.</span><br>
<span style="color: dodgerblue">blue.</span> the color of cadences.<br>
<span style="color: deepskyblue">light blue.</span> the color of handmade cadences.<br>
<span style="color: #78B059">green.</span> the color of <span style="color: #78B059">wholeheartedness,</span> and of <span style="color: #78B059">foliage.</span><br>
<span style="color: saddlebrown">brown.</span> the color of <span style="color: saddlebrown">oneself's playfulness.</span><br>
<span style="color: goldenrod">gold.</span> the color of <span style="color: goldenrod">playfulness, with others.</span> this color signifies <span style="color: goldenrod">unforgettable good memories.</span><br>
<span style="color: black; -webkit-text-stroke: white 2px; paint-order: stroke fill;">black.</span> the color of <span style="color: black; -webkit-text-stroke: white 2px; paint-order: stroke fill;">sadness,</span> of <span style="color: black; -webkit-text-stroke: white 2px; paint-order: stroke fill;">loneliness.</span><br>
<br>
there will be more meanings as time goes on.
</div>
</body>
</html>