Sonic the Hedgehog カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sonic the Hedgehog palette

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

Sonic the Hedgehog カラーパレット (PNG) をダウンロード

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

Sonic the Hedgehog カラーパレット CSS

/* CSS */
.color-1 {
color: #1f8fff;
}
.color-2 {
color: #3cb472;
}
.color-3 {
color: #f0e78e;
}
.color-4 {
color: #ff6347;
}
.color-5 {
color: #8a008a;
}

/* CSS Variables */
:root {
--color-1: #1f8fff;
--color-2: #3cb472;
--color-3: #f0e78e;
--color-4: #ff6347;
--color-5: #8a008a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8fff, #3cb472, #f0e78e, #ff6347, #8a008a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8fff, #3cb472, #f0e78e, #ff6347, #8a008a);
}

Sonic the Hedgehog color palette created on .