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: #1d1f20;
}
.color-2 {
color: #3c3d44;
}
.color-3 {
color: #4e5a65;
}
.color-4 {
color: #78c1d9;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #1d1f20;
--color-2: #3c3d44;
--color-3: #4e5a65;
--color-4: #78c1d9;
--color-5: #ff6e61;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1f20, #3c3d44, #4e5a65, #78c1d9, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1f20, #3c3d44, #4e5a65, #78c1d9, #ff6e61);
}

Shadow The Hedgehog color palette created on .