Type o Negative カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Type o Negative palette

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

Type o Negative カラー パレット PNG 画像

Download type o negative color palette PNG image (landscape)
Download type o negative color palette PNG image (square)

Type o Negative カラーパレット CSS

/* CSS */
.color-1 {
color: #3a3936;
}
.color-2 {
color: #6f6e67;
}
.color-3 {
color: #9a998d;
}
.color-4 {
color: #d2d0c6;
}
.color-5 {
color: #e2e1df;
}

/* CSS Variables */
:root {
--color-1: #3a3936;
--color-2: #6f6e67;
--color-3: #9a998d;
--color-4: #d2d0c6;
--color-5: #e2e1df;
}

Type o Negative の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a3936, #6f6e67, #9a998d, #d2d0c6, #e2e1df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a3936, #6f6e67, #9a998d, #d2d0c6, #e2e1df);
}

Type o Negative color palette created on .