From sales-plugin
Applies Pliant's official brand colors, typography, and shape language (rounded corners, never sharp) to any sort of artifact that may benefit from having Pliant's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply. Make sure to use this skill whenever the user mentions Pliant branding, corporate identity, brand colors, visual identity, or wants outputs styled with the Pliant brand, even if they don't explicitly say "brand guidelines."
How this skill is triggered — by the user, by Claude, or both
Slash command
/sales-plugin:pliant-designThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill contains Pliant's official brand identity — colors, typography, and usage rules. Apply these whenever creating branded outputs (presentations, documents, HTML artifacts, dashboards, etc.).
This skill contains Pliant's official brand identity — colors, typography, and usage rules. Apply these whenever creating branded outputs (presentations, documents, HTML artifacts, dashboards, etc.).
Source: Pliant LEAP Brand Platform (Frontify)
These three colors form the foundation of Pliant's visual identity.
| Name | HEX | RGB | Usage |
|---|---|---|---|
| Pliant Yellow | #e6ff52 | 230, 255, 82 | Lead brand color. Use sparingly — logos, key highlights, focal moments. Never use for text. |
| Pliant Black | #201c1c | 32, 28, 28 | Primary text color, logos, and small element fills (icons, borders, rules). Never a background. |
| White | #ffffff | 255, 255, 255 | Primary background. Generous white space is an important part of the brand. |
Complementary accents that enhance the visual identity in brand communications and product design.
| Name | HEX | RGB |
|---|---|---|
| Pliant Orange | #ffa070 | 255, 160, 112 |
| Pliant Red | #ff727e | 255, 114, 126 |
| Pliant Blue | #a5c3c3 | 165, 195, 195 |
| Pliant Fawn | #e4d7cf | 228, 215, 207 |
| Pliant Gray | #404c52 | 64, 76, 82 |
Support colors for when more variation is needed (e.g., virtual card designs).
| Light | HEX | Dark | HEX |
|---|---|---|---|
| Light Yellow | #eeff8b | Dark Yellow | #717f21 |
| Light Orange | #ffb38d | Dark Orange | #8c583e |
| Light Red | #ff8e98 | Dark Red | #8c3f45 |
| Light Blue | #b7cfcf | Dark Blue | #5b6b6b |
| Light Fawn | #e9dfd9 | Dark Fawn | #7d7672 |
| Light Charcoal | #6b787e | Dark Charcoal | #19242a |
Balance brand communications. Good support for brand colors as blocks. Can also serve as backgrounds.
| Name | HEX | RGB |
|---|---|---|
| Pliant Gray 1 | #f5f5f0 | 245, 245, 240 |
| Pliant Gray 2 | #ddddd5 | 221, 221, 213 |
| Pliant Gray 3 | #9b9b91 | 155, 155, 145 |
The reason these rules exist is to keep Pliant's brand feeling clean, bright, and distinctive — yellow is the attention-grabber, and it works best when it's not overused.
#404c52), and the Dark tint column are element colors only — use them for text, icons, borders, small shapes, chart strokes, small chips, or compact badges, not for page/section/slide/card backgrounds.| Role | Font | Weights | CSS |
|---|---|---|---|
| Headlines | Pangea | 300 (Light/Regular), 700 (Bold/Semi-bold) | font-family: "Pangea", sans-serif; |
| Body copy | Maison Neue | 300 (Book), 500 (Medium), 700 (Bold) | font-family: "Maison Neue", sans-serif; |
Fallbacks: If Pangea is unavailable, use Arial. If Maison Neue is unavailable, use Helvetica.
These rules ensure readability and visual consistency across all Pliant materials.
These exist because Pliant Yellow is eye-catching but low-contrast — it shouldn't be used as a text color. Backgrounds in Pliant are always light, so every row below starts from a light surface.
| Background | Text Color |
|---|---|
| White | Pliant Black (#201c1c) |
| Light Grays (Gray 1, Gray 2) | Pliant Black (#201c1c) |
| Bright colors used as element fills (Yellow, Orange, Red, Blue, Fawn) | Pliant Black (#201c1c) |
For dark elements (Pliant Black, Dark Charcoal, Pliant Gray, Dark tints) used as small shapes, chips, or icon fills sitting on a light page, use White (#ffffff) for any text or glyph placed inside them.
Never use a dark background for page, section, slide, or card surfaces. Never use white text on bright colors. Never use black text on dark element fills. Never use Pliant Yellow as a text color.
Pliant's shape language is soft and rounded — never sharp. Rounded corners reinforce the friendly, approachable feel of the brand and pair with the generous white space and bright accent colors.
Use these radii consistently so the softness feels intentional rather than random.
| Element | Radius | CSS |
|---|---|---|
| Small controls (chips, tags, inline badges) | 6px | border-radius: 6px; |
| Buttons, inputs, form fields | 10px | border-radius: 10px; |
| Cards, callouts, tables, panels | 16px | border-radius: 16px; |
| Large containers, hero blocks, modals | 24px | border-radius: 24px; |
| Pills, avatars, fully-rounded CTAs | 9999px | border-radius: 9999px; |
| Images, illustrations, media | 12–16px | border-radius: 12px; |
9999px) are reserved for status tags and avatar-style elements, not standard buttons.When creating branded outputs, apply the guidelines as follows:
background-color on body, sections, hero blocks, cards, or modals. Dark Charcoal / Pliant Black / Pliant Gray are reserved for elements: text, icons, borders, chart strokes, small badges, and compact chips sitting on a light surfaceborder-radius: 10px, cards/tables/panels 16px, hero blocks/modals 24px, chips/tags 6px, status pills 9999px. Images and chart containers 12–16px. Never ship sharp 0px corners on branded surfaces.MSO_SHAPE.ROUNDED_RECTANGLE over RECTANGLE for every shape, callout, and image frame. After inserting, set shape.adjustments[0] to ~0.1 for standard content shapes and ~0.15 for hero/title shapes so the radius matches the web scale.prstGeom set to roundRect). Table corners and inserted images should not read as hard rectangles.Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub bendikas12/sales_plugin --plugin sales-plugin