<h2>Android Green</h2>
<p>Hauptsächliche Anwendung bei reinpapier und Umwelt-Plaketten.</p>
<div class="flex flex-row gap-1">
<div class="p-2 w-48 h-48 text-black text-xs font-mono" style="background-color: #abce64">
<div>Name: Android Green (light)</div>
<div>Class: androidgreen-light</div>
<div>Hex: #abce64</div>
<div>RGB: 0, 0, 0</div>
<div>CMYK: 0, 0, 0, 0</div>
</div>
<div class="p-2 w-64 h-64 text-black text-xs font-mono font-bold" style="background-color: #95c03d">
<div>Name: Android Green</div>
<div>Class: androidgreen</div>
<div>Hex: #95c03d</div>
<div>RGB: 149, 192, 61</div>
<div>CMYK: 22, 0, 68, 25</div>
</div>
<div class="p-2 w-48 h-48 text-black text-xs font-mono" style="background-color: #84ab36">
<div>Name: Android Green (dark)</div>
<div>Class: androidgreen-dark</div>
<div>Hex: #84ab36</div>
<div>RGB: 0, 0, 0</div>
<div>CMYK: 0, 0, 0, 0</div>
</div>
</div>
<div class="androidgreen-gradient p-2 mt-2 w-full h-48">
'androidgreen-gradient' als Klasse angewendet.
Verlauf ändert sich bei Mauseover.
</div>
<h2>Android Green</h2>
<p>Hauptsächliche Anwendung bei reinpapier und Umwelt-Plaketten.</p>
<div class="flex flex-row gap-1">
<div class="p-2 w-48 h-48 text-black text-xs font-mono" style="background-color: {{ colors.androidgreen.light.hex }}">
<div>Name: {{ colors.androidgreen.light.label }}</div>
<div>Class: {{ colors.androidgreen.light.class }}</div>
<div>Hex: {{ colors.androidgreen.light.hex }}</div>
<div>RGB: {{ colors.androidgreen.light.rgb }}</div>
<div>CMYK: {{ colors.androidgreen.light.cmyk }}</div>
</div>
<div class="p-2 w-64 h-64 text-black text-xs font-mono font-bold" style="background-color: {{ colors.androidgreen.default.hex }}">
<div>Name: {{ colors.androidgreen.default.label }}</div>
<div>Class: {{ colors.androidgreen.default.class }}</div>
<div>Hex: {{ colors.androidgreen.default.hex }}</div>
<div>RGB: {{ colors.androidgreen.default.rgb }}</div>
<div>CMYK: {{ colors.androidgreen.default.cmyk }}</div>
</div>
<div class="p-2 w-48 h-48 text-black text-xs font-mono" style="background-color: {{ colors.androidgreen.dark.hex }}">
<div>Name: {{ colors.androidgreen.dark.label }}</div>
<div>Class: {{ colors.androidgreen.dark.class }}</div>
<div>Hex: {{ colors.androidgreen.dark.hex }}</div>
<div>RGB: {{ colors.androidgreen.dark.rgb }}</div>
<div>CMYK: {{ colors.androidgreen.dark.cmyk }}</div>
</div>
</div>
<div class="androidgreen-gradient p-2 mt-2 w-full h-48">
'androidgreen-gradient' als Klasse angewendet.
Verlauf ändert sich bei Mauseover.
</div>
{
"colors": {
"lava": {
"default": {
"label": "Lava",
"class": "lava",
"hex": "#c31924",
"rgb": "195, 25, 36",
"cmyk": "0, 87, 82, 24"
},
"light": {
"label": "Lava (light)",
"class": "lava-light",
"hex": "#e32633",
"rgb": "0, 0, 0",
"cmyk": "0, 0, 0, 0"
},
"dark": {
"label": "Lava (dark)",
"class": "lava-dark",
"hex": "#a2151f",
"rgb": "0, 0, 0",
"cmyk": "0, 0, 0, 0"
}
},
"honeyyellow": {
"default": {
"label": "Lava",
"class": "honeyyellow",
"hex": "#f6ae2d",
"rgb": "0, 0, 0",
"cmyk": "0, 0, 0, 0"
},
"light": {
"label": "Lava (light)",
"class": "honeyyellow-light",
"hex": "#f8c462",
"rgb": "0, 0, 0",
"cmyk": "0, 0, 0, 0"
},
"dark": {
"label": "Lava (dark)",
"class": "honeyyellow-dark",
"hex": "#f5a614",
"rgb": "0, 0, 0",
"cmyk": "0, 0, 0, 0"
}
},
"androidgreen": {
"default": {
"label": "Android Green",
"class": "androidgreen",
"hex": "#95c03d",
"rgb": "149, 192, 61",
"cmyk": "22, 0, 68, 25"
},
"light": {
"label": "Android Green (light)",
"class": "androidgreen-light",
"hex": "#abce64",
"rgb": "0, 0, 0",
"cmyk": "0, 0, 0, 0"
},
"dark": {
"label": "Android Green (dark)",
"class": "androidgreen-dark",
"hex": "#84ab36",
"rgb": "0, 0, 0",
"cmyk": "0, 0, 0, 0"
}
},
"onyx": {
"default": {
"label": "Onyx",
"class": "onyx",
"hex": "#3d3d3d",
"rgb": "149, 192, 61",
"cmyk": "22, 0, 68, 25"
},
"light": {
"label": "Onyx (light)",
"class": "onyx-light",
"hex": "#525252",
"rgb": "0, 0, 0",
"cmyk": "0, 0, 0, 0"
},
"dark": {
"label": "Onyx (dark)",
"class": "onyx-dark",
"hex": "#292929",
"rgb": "0, 0, 0",
"cmyk": "0, 0, 0, 0"
}
},
"queenblue": {
"default": {
"label": "Queenblue",
"class": "queenblue",
"hex": "#33658a",
"rgb": "0, 0, 0",
"cmyk": "0, 0, 0, 0"
},
"light": {
"label": "Queenblue (light)",
"class": "queenblue-light",
"hex": "#4282b3",
"rgb": "0, 0, 0",
"cmyk": "0, 0, 0, 0"
},
"dark": {
"label": "Queenblue (dark)",
"class": "queenblue-dark",
"hex": "#2c5777",
"rgb": "0, 0, 0",
"cmyk": "0, 0, 0, 0"
}
},
"darkskyblue": {
"default": {
"label": "Darkskyblue",
"class": "darkskyblue",
"hex": "#86bbd8",
"rgb": "0, 0, 0",
"cmyk": "0, 0, 0, 0"
},
"light": {
"label": "Darkskyblue (light)",
"class": "darkskyblue-light",
"hex": "#b2d4e6",
"rgb": "0, 0, 0",
"cmyk": "0, 0, 0, 0"
},
"dark": {
"label": "Darkskyblue (dark)",
"class": "darkskyblue-dark",
"hex": "#74b1d2",
"rgb": "0, 0, 0",
"cmyk": "0, 0, 0, 0"
}
},
"isabelline": {
"default": {
"label": "Isabelline",
"class": "isabelline",
"hex": "#efefea",
"rgb": "",
"cmyk": ""
}
},
"ghostwhite": {
"default": {
"label": "Ghostwhite",
"class": "ghostwhite",
"hex": "#f6f7fc",
"rgb": "",
"cmyk": ""
}
}
}
}
No notes defined.