Created
November 11, 2020 14:50
-
-
Save openbrian/7306b21c3020051d26acc9208e1ae064 to your computer and use it in GitHub Desktop.
wikipedia colors
This file contains hidden or 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
<?xml version="1.0" encoding="UTF-8"?> | |
<office:color-table | |
xmlns:office="http://openoffice.org/2000/office" | |
xmlns:style="http://openoffice.org/2000/style" | |
xmlns:text="http://openoffice.org/2000/text" | |
xmlns:table="http://openoffice.org/2000/table" | |
xmlns:draw="http://openoffice.org/2000/drawing" | |
xmlns:fo="http://www.w3.org/1999/XSL/Format" | |
xmlns:xlink="http://www.w3.org/1999/xlink" | |
xmlns:dc="http://purl.org/dc/elements/1.1/" | |
xmlns:meta="http://openoffice.org/2000/meta" | |
xmlns:number="http://openoffice.org/2000/datastyle" | |
xmlns:svg="http://www.w3.org/2000/svg" | |
xmlns:chart="http://openoffice.org/2000/chart" | |
xmlns:dr3d="http://openoffice.org/2000/dr3d" | |
xmlns:math="http://www.w3.org/1998/Math/MathML" | |
xmlns:form="http://openoffice.org/2000/form" | |
xmlns:script="http://openoffice.org/2000/script" | |
> | |
<!-- LibreOffice palette --> | |
<draw:color draw:name="green" draw:color="#99ff99"/> | |
<draw:color draw:name="yellow" draw:color="#ffffbb"/> | |
<draw:color draw:name="red" draw:color="#ff9999"/> | |
<draw:color draw:name="blue" draw:color="#ddfbff"/> | |
<draw:color draw:name="purple" draw:color="#ddddff"/> | |
<draw:color draw:name="pink" draw:color="#ff99dd"/> | |
<draw:color draw:name="orange" draw:color="#ffdd99"/> | |
<draw:color draw:name="lime" draw:color="#ddff99"/> | |
</office:color-table> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment