Inchman カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Inchman palette

このパレットを共有する先:

Inchman カラーパレット (PNG) をダウンロード

Download inchman color palette PNG image (landscape)
Download inchman color palette PNG image (square)

Inchman カラーパレット CSS

/* CSS */
.color-1 {
color: #d1a8c4;
}
.color-2 {
color: #a66485;
}
.color-3 {
color: #7f2f50;
}
.color-4 {
color: #3c202c;
}
.color-5 {
color: #e0bf94;
}

/* CSS Variables */
:root {
--color-1: #d1a8c4;
--color-2: #a66485;
--color-3: #7f2f50;
--color-4: #3c202c;
--color-5: #e0bf94;
}

Inchman の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1a8c4, #a66485, #7f2f50, #3c202c, #e0bf94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1a8c4, #a66485, #7f2f50, #3c202c, #e0bf94);
}

Inchman color palette created on .