darkvibrantgradient-heavydeveloper-focused

Raycast Colors & Fonts

What colors and fonts does Raycast use? Productivity tool for developers. Vibrant gradients, dark UI.

Raycast Color Palette

Primary: #FF6363

Primary

#FF6363

Brand, accents

Background

#1A1A1A

Main background

Surface

#2A2A2A

Cards, panels

Border

#3A3A3A

Dividers

Text Primary

#FFFFFF

Headings

Text Secondary

#999999

Body text

Gradient Start

#FF6363

Gradients

Gradient End

#E040FB

Gradients

What Font Does Raycast Use?

Raycast uses Inter and Inter

Headings

Inter

700google
Body Text

Inter

400google
Code

JetBrains Mono

400google

Spacing & Radius

Spacing Scale

Base: 4px

48121624324864

Border Radius

Small6px
Medium12px
Large16px

Raycast Tailwind Config

Copy this config to your project

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'primary': '#FF6363',
        'background': '#1A1A1A',
        'surface': '#2A2A2A',
        'border': '#3A3A3A',
        'text-primary': '#FFFFFF',
        'text-secondary': '#999999',
        'gradient-start': '#FF6363',
        'gradient-end': '#E040FB',
      },
      fontFamily: {
        'heading': ['Inter', 'sans-serif'],
        'body': ['Inter', 'sans-serif'],
        'mono': ['JetBrains Mono', 'sans-serif'],
      },
    },
  },
}

Extract Raycast's Full Design

Get pixel-perfect colors, fonts, and spacing extracted directly from the live site. Ready for Tailwind and Cursor AI.

Get PromptUI — $19

One-time payment · 20 extractions · No subscription

Updated: 2025-01-15