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: #ffcc00;
}
.color-3 {
color: #ff5833;
}
.color-4 {
color: #8d43ad;
}
.color-5 {
color: #2ecc70;
}

/* CSS Variables */
:root {
--color-1: #1f8fff;
--color-2: #ffcc00;
--color-3: #ff5833;
--color-4: #8d43ad;
--color-5: #2ecc70;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8fff, #ffcc00, #ff5833, #8d43ad, #2ecc70);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8fff, #ffcc00, #ff5833, #8d43ad, #2ecc70);
}

Sonic the Hedgehog color palette created on .