About Colors Previews Export

ゆったり

yuttari — comfortable; easy; calm; relaxed

a calm soft palette of hues that feel like a quiet afternoon

for years, i've been painting every screen i touch with these colors — my website, my terminal, slack, my computer... it's the palette that makes everything feel a little softer, a little quieter to me. now it's yours too. i hope it makes the corners of your technology feel just as quiet.

ramses c.


Background & Foreground

Background #ffedf4
Foreground #4a3c42

Colors

Standard

Red
Muted rose
Green
Soft sage green
Blue
Dusty blue
Yellow
Warm cream
Magenta
Soft mauve
Cyan
Muted teal

Bright

Bright Red
Warmer rose
Bright Green
Brighter sage
Bright Blue
Lighter dusty blue
Bright Yellow
Lighter cream
Bright Magenta
Brighter mauve
Bright Cyan
Lighter teal

Previews

# ゆったり Light
cat theme.py
 
import json
from pathlib import Path
 
def load_palette(path: str) -> dict:
    "Load a color palette from disk."
    colors = Path(path).read_text()
    return json.loads(colors)
 
palette = load_palette("lavender.json")
print(f"Loaded {len(palette)} colors")
# → Loaded 14 colors
JavaScript
const palette = { name: 'ゆったり', colors: 14, }; function applyTheme(el) { const bg = getColor('bg'); el.style.background = bg; return palette; }
HTML / CSS
<div class="theme"> <h1>ゆったり</h1> </div> <style> .theme { background: #ffedf4; color: #4a3c42; font-family: Georgia; } </style>
Python
from dataclasses import dataclass # soft colors for calm minds @dataclass class Theme: name: str = "ゆったり" bg: str = "#ffedf4" fg: str = "#4a3c42"
Rust
use serde::{Deserialize}; // palette configuration #[derive(Deserialize)] struct Palette { bg: String, fg: String, colors: Vec<Color>, }

Buttons

Badges & Tags

Stable Beta Deprecated New Theme v1.0

Form Inputs

Typography

Heading in ゆったり

Body text with a link and some inline code to show how the palette works in real content.

Alerts

✓ Theme applied successfully
✕ Invalid hex value
ℹ 14 colors available

Status

Terminal Active
Editor Loading
Linter Error
Git sync Synced
Color theme · 14 colors · Light & Dark
ゆったり
yuttari — comfortable; easy; calm; relaxed
"I hope it makes the corners of your technology feel just as quiet."
designed by @ramsescab

Export