@shriara/autogram
Version:
Generate unique svg avatars from any text
77 lines (76 loc) • 1.22 kB
JavaScript
module.exports = {
'name': 'Avataars Female',
'viewBox': '0 0 300 300',
'shapes': {
'body': {
'length': 1,
'fill': 'skin',
'currentColor': '#d0c6ac'
},
'eyebrow': {
'length': 5,
},
'eye': {
'length': 12,
},
'clothing': {
'length': 5,
'fill': 'clothing',
'currentColor': '#b7c1db'
},
'hair': {
'length': 9,
'fill': 'hair',
'currentColor': '#8c522d'
},
'mouth': {
'length': 12
},
'nose': {
'length': 1,
}
},
'colors': {
'background': [
'#B1E2FF',
'#A7FFC4',
'#FFF0DE',
'#FFAFB9',
'#FFFFB1',
'#FF488E',
'#FF5C5C',
'#E6E6E6',
],
'clothing': [
'#006266',
'#5758BB',
'#833471',
'#ED4C67',
'#F79F1F',
'#009432',
'#EA2027',
'#A3CB38'
],
'hair': [
'#A55728',
'#2C1B18',
'#B58143',
'#D6B370',
'#724133',
'#4A312C',
'#F59797',
'#ECDCBF',
'#C93305',
'#1F3540'
],
'skin': [
'#FD9841',
'#F8D25C',
'#FFDBB4',
'#FFDBB4',
'#D08B5B',
'#AE5D29',
'#614335'
]
}
}