Shadow the Hedgehog カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shadow the Hedgehog palette

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

Shadow the Hedgehog カラー パレット PNG 画像

Download shadow the hedgehog color palette PNG image (landscape)
Download shadow the hedgehog color palette PNG image (square)

Shadow the Hedgehog カラーパレット CSS

/* CSS */
.color-1 {
color: #3a3c4b;
}
.color-2 {
color: #5c5e75;
}
.color-3 {
color: #7f809f;
}
.color-4 {
color: #a4a8cb;
}
.color-5 {
color: #d0d3e2;
}

/* CSS Variables */
:root {
--color-1: #3a3c4b;
--color-2: #5c5e75;
--color-3: #7f809f;
--color-4: #a4a8cb;
--color-5: #d0d3e2;
}

Shadow the Hedgehog の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a3c4b, #5c5e75, #7f809f, #a4a8cb, #d0d3e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a3c4b, #5c5e75, #7f809f, #a4a8cb, #d0d3e2);
}

Shadow the Hedgehog color palette created on .