Actions

Work Header

Rating:
Archive Warning:
Fandoms:
Additional Tags:
Language:
English
Series:
Part 2 of Personal Repository
Stats:
Published:
2026-01-12
Completed:
2026-03-14
Words:
897
Chapters:
4/4
Kudos:
9
Bookmarks:
2
Hits:
102

Personal Repository: my colors

Summary:

HTML Color Names.

There are a total of 140 colors with names in the HTML. All of them work in AO3!!!! (obviously).

chapters

1. HTML Color Names.
2. HTML Color Groups.
3. box-shadow. [exploring/experimenting with the Workskin]
4. #rrggbb = #rgb

Notes:

You can find the hex code for these colors and more information here: w3schools

Chapter 1: HTML Color Names.

Chapter Text

CSS:

.ColorName {
display: inline-block;
background: ColorName;
/*color: white;*/
padding: 15px 15px 15px 15px;
border-radius: 1px 15px;
margin: 5px;
}

except in dark colors, for which I added {color: white;} to change the text color to white.

.ao3 {
color: black;
text-align: justify;
}

HTML:

<div class="ao3">

<span class="ColorName">ColorName</span> /*[[so many!!!! many, many times!!!]]*/

</div>


Notes: Both "gray" and "grey" are accepted. Therefore, the colors with "gray/grey" are duplicated.

AliceBlueAntiqueWhiteAquaAquamarineAzureBeigeBisqueBlackBlanchedAlmondBlueBlueVioletBrownBurlyWoodCadetBlueChartreuseChocolateCoralCornflowerBlueCornsilkCrimsonCyanDarkBlueDarkCyanDarkGoldenRodDarkGrayDarkGreyDarkGreenDarkKhakiDarkMagentaDarkOliveGreenDarkOrangeDarkOrchidDarkRedDarkSalmonDarkSeaGreenDarkSlateBlueDarkSlateGrayDarkSlateGreyDarkTurquoiseDarkVioletDeepPinkDeepSkyBlueDimGrayDimGreyDodgerBlueFireBrickFloralWhiteForestGreenFuchsiaGainsboroGhostWhiteGoldGoldenRodGrayGreyGreenGreenYellowHoneyDewHotPinkIndianRedIndigoIvoryKhakiLavenderLavenderBlushLawnGreenLemonChiffonLightBlueLightCoralLightCyanLightGoldenRodYellowLightGrayLightGreyLightGreenLightPinkLightSalmonLightSeaGreenLightSkyBlueLightSlateGrayLightSlateGreyLightSteelBlueLightYellowLimeLimeGreenLinenMagentaMaroonMediumAquaMarineMediumBlueMediumOrchidMediumPurpleMediumSeaGreenMediumSlateBlueMediumSpringGreenMediumTurquoiseMediumVioletRedMidnightBlueMintCreamMistyRoseMoccasinNavajoWhiteNavyOldLaceOliveOliveDrabOrangeOrangeRedOrchidPaleGoldenRodPaleGreenPaleTurquoisePaleVioletRedPapayaWhipPeachPuffPeruPinkPlumPowderBluePurpleRebeccaPurpleRedRosyBrownRoyalBlueSaddleBrownSalmonSandyBrownSeaGreenSeaShellSiennaSilverSkyBlueSlateBlueSlateGraySlateGreySnowSpringGreenSteelBlueTanTealThistleTomatoTurquoiseVioletWheatWhiteWhiteSmokeYellowYellowGreen