diff --git a/css-fonts-4/Overview.bs b/css-fonts-4/Overview.bs
index 6e2daf8c7a2..c7620923dd8 100644
--- a/css-fonts-4/Overview.bs
+++ b/css-fonts-4/Overview.bs
@@ -6466,14 +6466,42 @@ Specifying the base palette: the 'base-palette' descriptor
Name: base-palette
- Value: <> | <>
+ Value: light | dark | <> | <>
For: @font-palette-values
Initial: N/A
- The ''@font-palette-values/base-palette'' descriptor accepts either
- a (zero-based) numerical palette index, or
- a string, which corresponds to a named palette.
+
+ - light
+
-
+ Some color font formats include metadata
+ marking certain palettes as applicable on a light (close to white) background.
+ This keyword identifies the first available palette in the font file marked this way.
+ If the font file format does not account for this metadata,
+ or no palette in the font is marked this way,
+ this value behaves as 0.
+
+
+
- dark
+
-
+ Some color font formats include metadata
+ marking certain palettes as applicable on a dark (close to black) background.
+ This keyword identifies the first available palette in the font file marked this way.
+ If the font file format does not account for this metadata,
+ or no palette in the font is marked this way,
+ this value behaves as 0.
+
+
+
- <>
+
-
+ Identifies a (zero-based) numerical palette index within the font.
+
+
+
- <>
+
-
+ Identifies a named palette within the font.
+
+
Modify Banner Flag's color palette