premium_web_design

Premium Web Design Principles

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "premium_web_design" with this command: npx skills add jerrar670/surf-website/jerrar670-surf-website-premium-web-design

Premium Web Design Principles

This skill outlines the key elements required to create "wow" factor, premium web applications.

  1. Typography
  • Font Choice: Use modern, geometric sans-serifs (e.g., Inter, Outfit, Manrope) or elegant serifs for headings. Avoid default system fonts unless intentionally styled.

  • Hierarchy: Establish clear scale (h1 vs p). Use extreme contrast in size (huge headlines, small refined labels).

  • Spacing: Generous line-height (1.5-1.7 for body). tracking-tight for large headings to make them feel solid.

  1. Color & Depth
  • Palette: Use a curated palette. Avoid pure black (#000000) or pure white (#FFFFFF) for backgrounds; use off-blacks (#0a0a0a) or soft creams (#fafafa).

  • Gradients: Use subtle, noise-textured gradients rather than flat linear ones.

  • Glassmorphism: Use backdrop-filter blur for overlays and navbars. .glass { background: rgba(255, 255, 255, 0.05); backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.1); }

  1. Motion & Interaction (Framer Motion)
  • Micro-interactions: Buttons should scale or glow on hover.

  • Page Transitions: Smooth fade/slide between routes.

  • Scroll Animations: Elements should fade up or reveal as they enter the viewport. <motion.div initial={{ opacity: 0, y: 20 }} whileInView={{ opacity: 1, y: 0 }} viewport={{ once: true }} transition={{ duration: 0.6 }}

  1. Layout & Rhythm
  • Grid: Adhere to a strict grid system but break it intentionally for interest.

  • Whitespace: Use whitespace (padding/margin) aggressively. "Premium" means space to breathe.

  • Bento Grids: Use boxy, card-based layouts for feature showcases.

  1. Imagery
  • Quality: Use high-res, optimized images (WebP).

  • Styling: Rounded corners (e.g., rounded-2xl or rounded-3xl for that modern feel).

  • Parallax: Subtle scroll parallax on background images adds depth.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

implement_lenis_scroll

No summary provided by upstream source.

Repository SourceNeeds Review
General

Xiaohongshu Post (Browser Auto)

Create and publish Xiaohongshu (小红书/RED) notes. Use when: user wants to publish a note to Xiaohongshu, schedule or batch post content, generate Xiaohongshu-s...

Registry SourceRecently Updated
General

Jsonlint

JSON validator, formatter, and toolkit. Validate JSON files for syntax errors, pretty-print with customizable indentation, minify for production, extract val...

Registry SourceRecently Updated
General

Unitconv

Unit converter for length, weight, temperature, volume, speed, and data sizes. Convert between metric and imperial units, Celsius and Fahrenheit, bytes and g...

Registry SourceRecently Updated