Gray Midnight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Gray Midnight palette

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

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

Download gray midnight color palette PNG image (landscape)
Download gray midnight color palette PNG image (square)

Gray Midnight カラーパレット CSS

/* CSS */
.color-1 {
color: #3c3e44;
}
.color-2 {
color: #5b5d62;
}
.color-3 {
color: #7d8082;
}
.color-4 {
color: #aaabb1;
}
.color-5 {
color: #d5d7dc;
}

/* CSS Variables */
:root {
--color-1: #3c3e44;
--color-2: #5b5d62;
--color-3: #7d8082;
--color-4: #aaabb1;
--color-5: #d5d7dc;
}

Gray Midnight の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c3e44, #5b5d62, #7d8082, #aaabb1, #d5d7dc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c3e44, #5b5d62, #7d8082, #aaabb1, #d5d7dc);
}

Gray Midnight color palette created on .