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: #00a5e0;
}
.color-2 {
color: #0071b3;
}
.color-3 {
color: #005b94;
}
.color-4 {
color: #003c70;
}
.color-5 {
color: #ff6d1f;
}

/* CSS Variables */
:root {
--color-1: #00a5e0;
--color-2: #0071b3;
--color-3: #005b94;
--color-4: #003c70;
--color-5: #ff6d1f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a5e0, #0071b3, #005b94, #003c70, #ff6d1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a5e0, #0071b3, #005b94, #003c70, #ff6d1f);
}

Sonic The Hedgehog color palette created on .