Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON CSS3 C

jūniro 🍂

from "jūni no iro""the twelve colors"

A 12-color palette inspired by the Japanese sekki (microseasons), mapped to each month of the year. Each color reflects seasonal changes in nature, festivals, and traditional imagery.

Preview

📅 The Twelve Colors

Color Month Name Sekki Meaning Hex
color Jan Clear Ice 小寒 (Shōkan) Deep winter, frozen rivers #3dbed2
color Feb Budding Shore 雨水 (Usui) Snow melts, water flows #40c3ae
color Mar Sprouting Fields 啓蟄 (Keichitsu) First shoots emerge #5ac577
color Apr Young Rice 清明 (Seimei) Fields turn fresh green #a0b93b
color May Early Grain 小満 (Shōman) Barley ripens #cca737
color Jun Summer Sol 夏至 (Geshi) Sun at its zenith #ea9549
color Jul Heat Haze 小暑 (Shōsho) Warm winds, cicadas sing #f28a7a
color Aug Evening Festival お盆 (Obon) Lanterns and blossoms #f481a8
color Sep Purple Dew 白露 (Hakuro) Cool mornings, autumn flowers #e382dc
color Oct Chrysanthemum Moon 観月 (Kangetsu) Harvest moon nights #b996f5
color Nov Early Frost 霜降 (Sōkō) Frost on the fields #8fa8f3
color Dec Winter Sky 冬至 (Tōji) Clear, cold solstice days #5db5ef

📦 Usage

CSS

@import url('juniro.css');

body {
  background-color: var(--jan-clear-ice);
}

JSON

{
  "jan-clear-ice":          "#3dbed2",
  "feb-budding-shore":      "#40c3ae",
  "mar-sprouting-fields":   "#5ac577",
  "apr-young-rice":         "#a0b93b",
  "may-early-grain":        "#cca737",
  "jun-summer-sol":         "#ea9549",
  "jul-heat-haze":          "#f28a7a",
  "aug-evening-festival":   "#f481a8",
  "sep-purple-dew":         "#e382dc",
  "oct-chrysanthemum-moon": "#b996f5",
  "nov-early-frost":        "#8fa8f3",
  "dec-winter-sky":         "#5db5ef"
}

🌐 Examples

  • Live Preview
  • weekly-cli - terminal-based caldav availability

weekly-cli

📜 License

License: MIT License: CC0

  • Code (CSS, JSON, SCSS) is licensed under the MIT License.
  • Text and images are released under CC0 1.0 Universal — public domain, no restrictions.

About

a 12 month color palette inspired by small seasons

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages