Skip to content

Instantly share code, notes, and snippets.

View Penguin5681's full-sized avatar
🎯
Focusing

Pranav Sinha Penguin5681

🎯
Focusing
View GitHub Profile
@Penguin5681
Penguin5681 / colors.xml
Last active January 10, 2024 16:17
Colors XML file for Android
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="white">#FFFFFF</color>
<color name="Ivory">#FFFFF0</color>
<color name="LightYellow">#FFFFE0</color>
<color name="Yellow">#FFFF00</color>
<color name="Snow">#FFFAFA</color>
<color name="FloralWhite">#FFFAF0</color>
<color name="LemonChiffon">#FFFACD</color>
<color name="Cornsilk">#FFF8DC</color>