Thunder Spark カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Thunder Spark palette

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

Thunder Spark カラー パレット PNG 画像

Download thunder spark color palette PNG image (landscape)
Download thunder spark color palette PNG image (square)

Thunder Spark カラーパレット CSS

/* CSS */
.color-1 {
color: #343460;
}
.color-2 {
color: #67679e;
}
.color-3 {
color: #9f9fe0;
}
.color-4 {
color: #c5c5ec;
}
.color-5 {
color: #f4f4fb;
}

/* CSS Variables */
:root {
--color-1: #343460;
--color-2: #67679e;
--color-3: #9f9fe0;
--color-4: #c5c5ec;
--color-5: #f4f4fb;
}

Thunder Spark の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #343460, #67679e, #9f9fe0, #c5c5ec, #f4f4fb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #343460, #67679e, #9f9fe0, #c5c5ec, #f4f4fb);
}

Thunder Spark color palette created on .