-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
382 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,358 @@ | ||
import type { Colorway } from '$lib/types'; | ||
|
||
const colorways: Colorway[] = [ | ||
{ | ||
source: { | ||
name: 'missbabs.com', | ||
href: 'https://www.missbabs.com/collections/sojourn?sort_by=title-ascending&filter.p.m.custom.dye_style=Monochromatic', // Only include monocromatic colorways, not variegated colorways nor unique non-repeatable colorways | ||
accessed: '2025-01-04', | ||
}, | ||
colors: [ | ||
{ | ||
hex: '#d3abaf', | ||
name: 'Adobe', | ||
}, | ||
{ | ||
hex: '#b4b1b5', | ||
name: 'Bay Scallop', | ||
}, | ||
{ | ||
hex: '#c8ccc8', | ||
name: 'Beachglass', | ||
}, | ||
{ | ||
hex: '#838f60', | ||
name: 'Beanstalk', | ||
}, | ||
{ | ||
hex: '#a0a2c1', | ||
name: 'Blue Mussel', | ||
}, | ||
{ | ||
hex: '#a6b0b9', | ||
name: 'Blue Slate', | ||
}, | ||
{ | ||
hex: '#bc679b', | ||
name: 'Bougainvillea', | ||
}, | ||
{ | ||
hex: '#b275b5', | ||
name: 'Boysenberry', | ||
}, | ||
{ | ||
hex: '#948b92', | ||
name: 'Cacao', | ||
}, | ||
{ | ||
hex: '#eb9ecf', | ||
name: 'Caph', | ||
}, | ||
{ | ||
hex: '#af66a1', | ||
name: 'Carmen', | ||
}, | ||
{ | ||
hex: '#d77d59', | ||
name: 'Carnelian', | ||
}, | ||
{ | ||
hex: '#a54c5b', | ||
name: 'Catherine', | ||
}, | ||
{ | ||
hex: '#9c6f52', | ||
name: 'Chocolate', | ||
}, | ||
{ | ||
hex: '#695ab4', | ||
name: 'Clematis', | ||
}, | ||
{ | ||
hex: '#cfdbdb', | ||
name: 'Coconut Bay', | ||
}, | ||
{ | ||
hex: '#e7969b', | ||
name: 'Coral', | ||
}, | ||
{ | ||
hex: '#834d64', | ||
name: 'Cordovan', | ||
}, | ||
{ | ||
hex: '#d3d9d8', | ||
name: 'Coventry', | ||
}, | ||
{ | ||
hex: '#dbcd82', | ||
name: 'Cumin', | ||
}, | ||
{ | ||
hex: '#df874e', | ||
name: 'Cygnus', | ||
}, | ||
{ | ||
hex: '#eeb5c0', | ||
name: 'Dahlia', | ||
}, | ||
{ | ||
hex: '#d3a0a5', | ||
name: 'Dark Adobe', | ||
}, | ||
{ | ||
hex: '#e060a1', | ||
name: 'Dark Cassiopeia', | ||
}, | ||
{ | ||
hex: '#c78c52', | ||
name: 'Dark Roast', | ||
}, | ||
{ | ||
hex: '#c0d3d7', | ||
name: 'Deer Moss', | ||
}, | ||
{ | ||
hex: '#6178a6', | ||
name: 'Denim', | ||
}, | ||
{ | ||
hex: '#a1647e', | ||
name: 'Devotion', | ||
}, | ||
{ | ||
hex: '#877ba2', | ||
name: 'Dusk', | ||
}, | ||
{ | ||
hex: '#cb9acd', | ||
name: 'Ergosphere', | ||
}, | ||
{ | ||
hex: '#abadb6', | ||
name: 'Escamillo', | ||
}, | ||
{ | ||
hex: '#d7dbdf', | ||
name: 'Faded', | ||
}, | ||
{ | ||
hex: '#c8a7c0', | ||
name: 'Fig', | ||
}, | ||
{ | ||
hex: '#dcdbdb', | ||
name: 'Fleur De Sel', | ||
}, | ||
{ | ||
hex: '#e18447', | ||
name: 'French Marigold', | ||
}, | ||
{ | ||
hex: '#d2d3ad', | ||
name: 'Frog Belly', | ||
}, | ||
{ | ||
hex: '#dadcda', | ||
name: 'Frozen', | ||
}, | ||
{ | ||
hex: '#c7c2ec', | ||
name: 'Gentian', | ||
}, | ||
{ | ||
hex: '#ebeaaf', | ||
name: 'Ginkgo', | ||
}, | ||
{ | ||
hex: '#8b7fa1', | ||
name: 'Harmonize', | ||
}, | ||
{ | ||
hex: '#d2c096', | ||
name: 'Hayrick', | ||
}, | ||
{ | ||
hex: '#a37c9e', | ||
name: 'Japanese Maple', | ||
}, | ||
{ | ||
hex: '#b44a5c', | ||
name: 'Kobold', | ||
}, | ||
{ | ||
hex: '#d45d68', | ||
name: 'Lady Bug', | ||
}, | ||
{ | ||
hex: '#c5bfeb', | ||
name: 'Light Clematis', | ||
}, | ||
{ | ||
hex: '#d1ddde', | ||
name: 'Light Forever', | ||
}, | ||
{ | ||
hex: '#e4a2b2', | ||
name: 'Lotus', | ||
}, | ||
{ | ||
hex: '#7eb2bf', | ||
name: 'Mahi Mahi', | ||
}, | ||
{ | ||
hex: '#989597', | ||
name: 'Markab', | ||
}, | ||
{ | ||
hex: '#b0b4be', | ||
name: 'Moonscape', | ||
}, | ||
{ | ||
hex: '#e8d9ce', | ||
name: 'Muslin', | ||
}, | ||
{ | ||
hex: '#737a5b', | ||
name: 'Nori', | ||
}, | ||
{ | ||
hex: '#d6dcdb', | ||
name: 'Oak Moss', | ||
}, | ||
{ | ||
hex: '#dba85a', | ||
name: 'Old Gold', | ||
}, | ||
{ | ||
hex: '#c3c9d0', | ||
name: 'Oregon Mist', | ||
}, | ||
{ | ||
hex: '#afadb0', | ||
name: 'Oxidized Silver', | ||
}, | ||
{ | ||
hex: '#d5d3d1', | ||
name: 'Oyster', | ||
}, | ||
{ | ||
hex: '#6ba28f', | ||
name: 'Oz', | ||
}, | ||
{ | ||
hex: '#c6cfce', | ||
name: 'Palm Valley', | ||
}, | ||
{ | ||
hex: '#c3876f', | ||
name: 'Paprika', | ||
}, | ||
{ | ||
hex: '#c7bab0', | ||
name: 'Parchment', | ||
}, | ||
{ | ||
hex: '#8b8e9a', | ||
name: 'Pewter', | ||
}, | ||
{ | ||
hex: '#ecb8b8', | ||
name: 'Pink Grapefruit', | ||
}, | ||
{ | ||
hex: '#eeebe4', | ||
name: 'Plover', | ||
}, | ||
{ | ||
hex: '#cbc9cf', | ||
name: 'Provence', | ||
}, | ||
{ | ||
hex: '#a994b6', | ||
name: 'Purple Urchin', | ||
}, | ||
{ | ||
hex: '#dadbde', | ||
name: 'Quicksilver', | ||
}, | ||
{ | ||
hex: '#e6a4cf', | ||
name: 'Ruchbah', | ||
}, | ||
{ | ||
hex: '#8b6d96', | ||
name: 'Sagrada', | ||
}, | ||
{ | ||
hex: '#ca5171', | ||
name: 'Scarlet Pimpernel', | ||
}, | ||
{ | ||
hex: '#a7a9b2', | ||
name: 'Slate', | ||
}, | ||
{ | ||
hex: '#cf8192', | ||
name: 'Smooch', | ||
}, | ||
{ | ||
hex: '#d5a3a8', | ||
name: 'Socorro', | ||
}, | ||
{ | ||
hex: '#ece5e3', | ||
name: 'Softly', | ||
}, | ||
{ | ||
hex: '#a174aa', | ||
name: 'Spiked Punch', | ||
}, | ||
{ | ||
hex: '#d6dbdc', | ||
name: 'Stippleback', | ||
}, | ||
{ | ||
hex: '#b2bece', | ||
name: 'Stonewashed', | ||
}, | ||
{ | ||
hex: '#7584a2', | ||
name: 'Stowaway', | ||
}, | ||
{ | ||
hex: '#f2e095', | ||
name: 'Sunny', | ||
}, | ||
{ | ||
hex: '#b48cb6', | ||
name: 'Tulipa', | ||
}, | ||
{ | ||
hex: '#d46a58', | ||
name: 'Turkey Red', | ||
}, | ||
{ | ||
hex: '#b15ebe', | ||
name: 'Violaceous', | ||
}, | ||
{ | ||
hex: '#9c9898', | ||
name: 'Walnut', | ||
}, | ||
{ | ||
hex: '#f1e5bb', | ||
name: 'Wheaten', | ||
}, | ||
{ | ||
hex: '#edc3be', | ||
name: 'Wild Tulip', | ||
}, | ||
{ | ||
hex: '#cd678a', | ||
name: 'Zinfandel', | ||
}, | ||
], | ||
}, | ||
]; | ||
export default colorways; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
import type { Yarn } from '$lib/types'; | ||
import colorways from './colorways'; | ||
|
||
export const yarn: Yarn = { | ||
colorways, | ||
name: 'Sojourn', | ||
id: 'sojourn', | ||
weightId: 'f', | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
import type { Brand } from '$lib/types'; | ||
import { yarn as sojourn } from './sojourn/yarn'; | ||
|
||
export const brand: Brand = { | ||
name: 'Miss Babs', | ||
id: 'miss_babs', | ||
yarns: [sojourn], | ||
}; |
Oops, something went wrong.