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: #0e1e3e;
}
.color-2 {
color: #0077c7;
}
.color-3 {
color: #00a5e0;
}
.color-4 {
color: #ffcd29;
}
.color-5 {
color: #f05b05;
}

/* CSS Variables */
:root {
--color-1: #0e1e3e;
--color-2: #0077c7;
--color-3: #00a5e0;
--color-4: #ffcd29;
--color-5: #f05b05;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0e1e3e, #0077c7, #00a5e0, #ffcd29, #f05b05);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0e1e3e, #0077c7, #00a5e0, #ffcd29, #f05b05);
}

Sonic the Hedgehog color palette created on .