Skip to content

Hex value of colors known as "Persian" رنگهای ایرانی

Notifications You must be signed in to change notification settings

ATG-Simulator/persian-colors

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Persian colors رنگهای ایرانی

These are colors whose various tones have long been used in Persian carpets, pottery, tiles, etc. Here is the Wikipedia article about Persian Blue. Quoting from there: The first recorded use of Persian blue as a color name in English was in 1669.

این رنگها از دیرباز، در هنرهای گوناگون ایرانی از جمله قالی‌بافی، سفالگری و کاشی‌کاری، به کار رفته‌اند و در دنیا با نام «ایرانی» شناخته می‌شوند. خوب است از آنها در طراحیها استفاده کنیم.

Palette

Persian Colors

As CSS variables

:root {
  --PersianBlue       : #1c39bb;
  --MediumPersianBlue : #0067a5;
  --PersianIndigo     : #32127a;
  --PersianPink       : #f77fbe;
  --PersianRose       : #fe28a2;
  --PersianRed        : #c81d11;
  --PersianGreen      : #00a693;
  --PersianOrange     : #d99058;
  --PersianPlum       : #701c1c;
}

As Sass variables

$PersianBlue       : #1c39bb;
$MediumPersianBlue : #0067a5;
$PersianIndigo     : #32127a;
$PersianPink       : #f77fbe;
$PersianRose       : #fe28a2;
$PersianRed        : #c81d11;
$PersianGreen      : #00a693;
$PersianOrange     : #d99058;
$PersianPlum       : #701c1c;

About

Hex value of colors known as "Persian" رنگهای ایرانی

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 100.0%