Shiba Spaceship カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shiba Spaceship palette

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

Shiba Spaceship カラー パレット PNG 画像

Download shiba spaceship color palette PNG image (landscape)
Download shiba spaceship color palette PNG image (square)

Shiba Spaceship カラーパレット CSS

/* CSS */
.color-1 {
color: #ffcc00;
}
.color-2 {
color: #ff5e00;
}
.color-3 {
color: #ff0080;
}
.color-4 {
color: #3c00ff;
}
.color-5 {
color: #5c5cff;
}

/* CSS Variables */
:root {
--color-1: #ffcc00;
--color-2: #ff5e00;
--color-3: #ff0080;
--color-4: #3c00ff;
--color-5: #5c5cff;
}

Shiba Spaceship の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc00, #ff5e00, #ff0080, #3c00ff, #5c5cff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc00, #ff5e00, #ff0080, #3c00ff, #5c5cff);
}

Shiba Spaceship color palette created on .