GitHub
This website is an interactive color-picking website for my Biscottino Color Scheme. It allows developers and designers to easily explore and use the colors. Click any color to copy its hex code.

For documentation, ports, and usage guidelines visit github.com/mnemonicons/biscottino

🍪 Biscottinov2.0

A warm, cookie- and mascarpone ice cream inspired color scheme

Base Colors

Vanilla
#FFF9F0
Base 50
#F7F3ED
Base 100
#EDE8E1
Base 150
#E0D9D0
Base 200
#D3C9BD
Base 300
#BCB0A0
Base 400
#A59788
Base 500
#978875
Base 600
#7B6E5E
Base 700
#5F5447
Base 800
#433A30
Base 850
#352E26
Base 900
#27221C
Base 950
#1A1612
Crumb
#0D0B08

Accent Colors

🍓 Berry

50
#FFE3E7
100
#FFCAD2
150
#FFB1BE
200
#FB98AA
300
#E47087
400
#C84858
500
#B33848
600
#9E2B3A
700
#84242F
800
#611C23
850
#4D181C
900
#391316
950
#250F11

🍯 Caramel

50
#FFEBD4
100
#FFD8B6
150
#FFC599
200
#FDB27E
300
#EE9052
400
#D4783B
500
#C26B2E
600
#B5621C
700
#985318
800
#6F3D14
850
#593112
900
#432610
950
#2C1C0E

🍯 Honey

50
#FFF4D0
100
#FEEAAE
150
#FBDF8E
200
#F7D471
300
#E8BD45
400
#C99A2D
500
#B68B20
600
#A67C15
700
#8B6812
800
#654C0E
850
#513D0D
900
#3C2E0C
950
#28200B

🌿 Pistachio

50
#F1F3D6
100
#E4E8BA
150
#D6DC9F
200
#C8D087
300
#AEBB5E
400
#869448
500
#778635
600
#6B7A1A
700
#5A6516
800
#424A11
850
#353B0F
900
#292C0D
950
#1C1E0B

🌿 Mint

50
#E0F5F0
100
#C5ECE5
150
#AAE2DA
200
#91D7CF
300
#66C2B6
400
#49A396
500
#3C9286
600
#2D7A70
700
#26665E
800
#1D4B46
850
#183D39
900
#142E2C
950
#101F1E

🫐 Blueberry

50
#E5EEF8
100
#CFE1F2
150
#B9D4EB
200
#A4C6E4
300
#7EA8D1
400
#5078B4
500
#3F6AA4
600
#2B5A96
700
#244B7E
800
#1C375C
850
#172C4A
900
#132238
950
#0F1825

🟣 Plum

50
#F2ECF8
100
#E6DCF2
150
#D9CBEB
200
#CCB9E3
300
#B294D2
400
#8965BE
500
#7652AC
600
#664195
700
#56367D
800
#3F285C
850
#33214A
900
#271938
950
#1B1226

🍒 Cherry

50
#FFE7F0
100
#FFD3E5
150
#FFBFDA
200
#FFAACF
300
#F885B5
400
#BF5A93
500
#AD4880
600
#96336C
700
#7D2B5A
800
#5C2042
850
#4A1A36
900
#38152A
950
#26101D

Code Example

function greetUser(name) {
    // Welcome the user
    const greeting = "Guten Tag " + name + "!";
    console.log(greeting);
    return true;
}

Contributing

Biscottino is available under the MIT License, which means you're welcome to port it to your favorite apps! Just make sure to include attribution and link back to mnemonicon.com/biscottino. Once your port is ready, share it with the community by submitting a pull request to the Biscottino repo.

Changelog

Date Version Changes
2026‑01‑28 2.0 The base color palette was expanded from 8 to 15, with 13 additional shades per accent color.
2024‑11‑29 1.0 Initial release. Created for Obsidian & VSCode