Soul カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Soul palette

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

Soul カラー パレット PNG 画像

Download soul color palette PNG image (landscape)
Download soul color palette PNG image (square)

Soul カラーパレット CSS

/* CSS */
.color-1 {
color: #eab8e4;
}
.color-2 {
color: #d6a4d5;
}
.color-3 {
color: #b88cc5;
}
.color-4 {
color: #6e5b9a;
}
.color-5 {
color: #4d3c77;
}

/* CSS Variables */
:root {
--color-1: #eab8e4;
--color-2: #d6a4d5;
--color-3: #b88cc5;
--color-4: #6e5b9a;
--color-5: #4d3c77;
}

Soul の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8e4, #d6a4d5, #b88cc5, #6e5b9a, #4d3c77);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8e4, #d6a4d5, #b88cc5, #6e5b9a, #4d3c77);
}

Soul color palette created on .