PPTX.gallery
Open in PPTX.dev

Color Scheme

Pastel Red

A pastel red scheme with warm neutrals and blue support, suited to friendly, human-centered decks.

accent1#FE938C
accent2#E6B89C
accent3#EAD2AC
accent4#9CAFB7
accent5#4281A4
accent6#BFBFBF
dark1#000000
dark2#0C6268
light1#FFFFFF
light2#FFEFEE
hyperlink#FE938C
followedHyperlink#E6B89C

Content color references (ColorRef)

Swatches above are the hex catalog values for this scheme. In OPF documents, content can also reference those slots by name (for example accent1, textSecondary) or define deck-level variables and use var:<id> in rich text and styled table cells. The OPF Config below demonstrates named runs today; variables and styled-cell ColorRef appear in the snippet once the gallery pins @openpresentation/opf 0.11.x (reference layer, Format card). Bundle portable decks with the opf bundle CLI after publishing.

Use Pastel Red in your next deck — for free

STORYD writes a presentation around your topic and applies Pastel Red across every slide. No template hunting, no copy-paste.

Build a deck with Pastel Red →

Free, no card. Exports to PPTX.

OPF Config

color-schemes:pastel-red
Open Presentation Format
{
  "$schema": "https://openpresentation.org/schema/opf/v1",
  "name": "PPTX.gallery — color-schemes/pastel-red",
  "tags": [
    "gallery:color-schemes/pastel-red"
  ],
  "variables": {
    "highlight": {
      "type": "color",
      "value": "#0F4C81",
      "description": "Brand highlight paired with the \"pastel-red\" color scheme."
    }
  },
  "design": {
    "colorScheme": "pastel-red"
  },
  "slides": [
    {
      "id": "gallery-color-title",
      "layout": "title-slide",
      "title": "Color scheme preview",
      "subtitle": "Applies the \"pastel-red\" color scheme deck-wide.",
      "design": {
        "contentBox": false,
        "contentAlignment": "center",
        "titleAlignment": "center"
      }
    },
    {
      "id": "gallery-color-named-runs",
      "layout": "title-slide",
      "title": "Content color references",
      "text": [
        "Slot names like ",
        {
          "text": "accent1",
          "color": "accent1",
          "bold": true
        },
        " and roles like ",
        {
          "text": "secondary text",
          "color": "textSecondary"
        },
        " resolve through the effective color scheme."
      ],
      "design": {
        "contentBox": false,
        "contentAlignment": "center",
        "titleAlignment": "center"
      }
    },
    {
      "id": "gallery-color-variable-runs",
      "layout": "title-slide",
      "title": "Document variables",
      "items": [
        [
          "Highlight ",
          {
            "text": "critical KPIs",
            "color": "var:highlight",
            "bold": true
          },
          " with deck-level variables."
        ]
      ],
      "design": {
        "contentBox": false,
        "contentAlignment": "center",
        "titleAlignment": "center"
      }
    },
    {
      "id": "gallery-color-styled-cells",
      "layout": "title-slide",
      "title": "Styled table cells",
      "table": {
        "columns": [
          "Signal",
          "Status"
        ],
        "rows": [
          [
            "Rollout",
            {
              "value": "At risk",
              "style": {
                "fill": "surface",
                "color": "var:highlight",
                "borders": {
                  "bottom": {
                    "color": "accent1",
                    "width": 1
                  }
                }
              }
            }
          ],
          [
            "Hiring",
            {
              "value": [
                {
                  "text": "On track",
                  "color": "accent3",
                  "bold": true
                }
              ],
              "style": {
                "fill": "light2"
              }
            }
          ]
        ]
      },
      "design": {
        "contentBox": false,
        "contentAlignment": "center",
        "titleAlignment": "center"
      }
    }
  ],
  "catalogs": {
    "layouts": {
      "records": [
        {
          "$schema": "https://openpresentation.org/schema/opf-layout/v1",
          "id": "title-slide",
          "name": "Title_Slide",
          "label": "Title Slide",
          "summary": "Bold, centered typography with minimal elements. Perfect for opening your presentation with impact.",
          "description": "Bold, centered typography with minimal elements. Perfect for opening your presentation with impact.",
          "tags": [
            "Opening",
            "Impact",
            "Minimal"
          ],
          "master": "Gallery",
          "masterSlideIndex": 0,
          "groupHash": "ddf3a920a68b7a0316802c6a646bb4bb481c6f5a288d236ab3021b4b990d25c2",
          "groupDefault": true,
          "contentType": "Title",
          "contentMultiple": "None",
          "contentAlignment": "Center",
          "contentBox": false,
          "contentTypeChartPrimary": "None",
          "contentTypeImageFill": "None",
          "contentTypeListBullet": "None",
          "contentTypeListHeading": false,
          "slideTitle": true,
          "slideTitleAlignment": "Center",
          "slideImage": false,
          "slideImageAlignment": "None",
          "slideLayoutDirection": "None",
          "zones": [
            {
              "role": "title",
              "placeholder": "title"
            },
            {
              "role": "subtitle",
              "placeholder": "subtitle"
            }
          ],
          "preview": {},
          "details": "Bold, centered typography with minimal elements. Perfect for opening your presentation with impact. OPF placeholders: title, subtitle.",
          "category": "opening-closing",
          "spatialCategory": "hero",
          "contentTypeTags": [
            "mixed",
            "title"
          ],
          "placeholders": [
            {
              "type": "title"
            },
            {
              "type": "subtitle"
            }
          ],
          "slideSubtitle": true
        }
      ]
    }
  }
}
Open in OPF PlaygroundOpen in visual editor

Preview this config live at pptx.dev/playground, or load it in the gallery visual editor.

Best Use Cases

Consumer product decks, community updates, HR presentations, lifestyle campaigns

Color Psychology

Pastel reds feel warm and human while the blue support keeps the palette useful for structured information.

Accessibility

WCAG AAA

The default dark1/light1 pairing is 21:1, exceeding WCAG AAA for normal text. Check accent usage against the chosen background for small labels.

Mood Tags

warmfriendlysoftapproachablehuman

Industry Fit

consumer brandsHRhospitalityfood & beveragecommunity

General Color Tips

1

60-30-10 Rule

Use your primary color 60% of the time, secondary 30%, and accent 10% for visual balance.

2

WCAG AA Minimum

Ensure text has at least 4.5:1 contrast ratio against backgrounds. All schemes in this catalog meet WCAG AA.

3

Industry Context Matters

Match color psychology to audience expectations. Blue works for finance, green works for health, and purple works for technology.

4

Test on Projectors

Colors shift on projectors. Test dark backgrounds in the actual presentation environment before presenting.