Igor カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Igor palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Igor カラーパレット (PNG) をダウンロード
Igor カラーパレット CSS
/* CSS */
.color-1 {
color: #409163;
}
.color-2 {
color: #2f6a4e;
}
.color-3 {
color: #2a5b34;
}
.color-4 {
color: #ca7b3f;
}
.color-5 {
color: #c8453c;
}
/* CSS Variables */
:root {
--color-1: #409163;
--color-2: #2f6a4e;
--color-3: #2a5b34;
--color-4: #ca7b3f;
--color-5: #c8453c;
}
Igor の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #409163, #2f6a4e, #2a5b34, #ca7b3f, #c8453c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #409163, #2f6a4e, #2a5b34, #ca7b3f, #c8453c);
}
似たようなカラーパレット
Igor color palette created on .