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: #0077b3;
}
.color-3 {
color: #005f8f;
}
.color-4 {
color: #1e4c7b;
}
.color-5 {
color: #1f1f1f;
}

/* CSS Variables */
:root {
--color-1: #00a5e0;
--color-2: #0077b3;
--color-3: #005f8f;
--color-4: #1e4c7b;
--color-5: #1f1f1f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a5e0, #0077b3, #005f8f, #1e4c7b, #1f1f1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a5e0, #0077b3, #005f8f, #1e4c7b, #1f1f1f);
}

Sonic the Hedgehog color palette created on .