Dark Gray Photography カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dark Gray Photography palette

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

Dark Gray Photography カラー パレット PNG 画像

Download dark gray photography color palette PNG image (landscape)
Download dark gray photography color palette PNG image (square)

Dark Gray Photography カラーパレット CSS

/* CSS */
.color-1 {
color: #4a4a4a;
}
.color-2 {
color: #707070;
}
.color-3 {
color: #a1a1a1;
}
.color-4 {
color: #d4d4d4;
}
.color-5 {
color: #ffffff;
}

/* CSS Variables */
:root {
--color-1: #4a4a4a;
--color-2: #707070;
--color-3: #a1a1a1;
--color-4: #d4d4d4;
--color-5: #ffffff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a4a4a, #707070, #a1a1a1, #d4d4d4, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a4a4a, #707070, #a1a1a1, #d4d4d4, #ffffff);
}

Dark Gray Photography color palette created on .