Skeleton カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Skeleton palette

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

Skeleton カラー パレット PNG 画像

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

Skeleton カラーパレット CSS

/* CSS */
.color-1 {
color: #d9c9a6;
}
.color-2 {
color: #c3b49d;
}
.color-3 {
color: #a5998d;
}
.color-4 {
color: #7d7d7d;
}
.color-5 {
color: #4a4a4a;
}

/* CSS Variables */
:root {
--color-1: #d9c9a6;
--color-2: #c3b49d;
--color-3: #a5998d;
--color-4: #7d7d7d;
--color-5: #4a4a4a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9c9a6, #c3b49d, #a5998d, #7d7d7d, #4a4a4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9c9a6, #c3b49d, #a5998d, #7d7d7d, #4a4a4a);
}

Skeleton color palette created on .