diff --git a/components/Cloud.vue b/components/Cloud.vue index 7882a76..f27d9ad 100644 --- a/components/Cloud.vue +++ b/components/Cloud.vue @@ -1,11 +1,11 @@ + diff --git a/pages/index.vue b/pages/index.vue index 36c4a33..f7ca9a1 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -1,69 +1,19 @@ - - diff --git a/tailwind.config.ts b/tailwind.config.ts index 1a2ceb6..552aee7 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -4,73 +4,18 @@ export default >{ theme: { extend: { colors: { - "gun-powder": { - "50": "#f5f6f9", - "100": "#e7eaf2", - "200": "#d5dae8", - "300": "#b8c2d8", - "400": "#95a3c5", - "500": "#7c89b5", - "600": "#6a73a6", - "700": "#5e6497", - "800": "#50547d", - "900": "#3d405b", - "950": "#2c2d3f", - }, - - grandis: { - "50": "#fdf8ef", - "100": "#fbf0d9", - "200": "#f6ddb2", - "300": "#f2cc8f", - "400": "#e9a44e", - "500": "#e48a2b", - "600": "#d57121", - "700": "#b1581d", - "800": "#8d461f", - "900": "#723b1c", - "950": "#3d1c0d", - }, - - "bay-leaf": { - "50": "#f4f9f6", - "100": "#dcebe3", - "200": "#b9d6c6", - "300": "#81b29a", - "400": "#669b82", - "500": "#4c8069", - "600": "#3b6654", - "700": "#325345", - "800": "#2b443a", - "900": "#273a33", - "950": "#13201c", - }, - - japonica: { - "50": "#fdf5f3", - "100": "#fbeae5", - "200": "#f9d8cf", - "300": "#f3bcae", - "400": "#eb957e", - "500": "#e07a5f", - "600": "#ca5738", - "700": "#a9462c", - "800": "#8d3c27", - "900": "#753727", - "950": "#3f1a10", - }, - "quarter-spanish-white": { - "50": "#f9f7ed", - "100": "#f4f1de", - "200": "#e2d8a6", - "300": "#d1bd73", - "400": "#c3a54c", - "500": "#b3913f", - "600": "#9a7434", - "700": "#7c572c", - "800": "#68482b", - "900": "#5a3d29", - "950": "#342014", + downy: { + "50": "#f1fcfa", + "100": "#d1f6f2", + "200": "#a4ebe5", + "300": "#5fd6d0", + "400": "#40c1bf", + "500": "#27a5a4", + "600": "#1d8284", + "700": "#1b686a", + "800": "#1a5355", + "900": "#1a4547", + "950": "#09272a", }, }, },