Gray Serpent カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Gray Serpent palette

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

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

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

Gray Serpent カラーパレット CSS

/* CSS */
.color-1 {
color: #808d8e;
}
.color-2 {
color: #95a6a7;
}
.color-3 {
color: #bdc3c7;
}
.color-4 {
color: #e0e0e0;
}
.color-5 {
color: #edf1f2;
}

/* CSS Variables */
:root {
--color-1: #808d8e;
--color-2: #95a6a7;
--color-3: #bdc3c7;
--color-4: #e0e0e0;
--color-5: #edf1f2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #808d8e, #95a6a7, #bdc3c7, #e0e0e0, #edf1f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #808d8e, #95a6a7, #bdc3c7, #e0e0e0, #edf1f2);
}

似たようなカラーパレット

Gray Serpent color palette created on .