Perception Shift カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Perception Shift palette

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

Perception Shift カラー パレット PNG 画像

Download perception shift color palette PNG image (landscape)
Download perception shift color palette PNG image (square)

Perception Shift カラーパレット CSS

/* CSS */
.color-1 {
color: #4c3c90;
}
.color-2 {
color: #80609a;
}
.color-3 {
color: #b09cbf;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #f25c54;
}

/* CSS Variables */
:root {
--color-1: #4c3c90;
--color-2: #80609a;
--color-3: #b09cbf;
--color-4: #f1c84b;
--color-5: #f25c54;
}

Perception Shift の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3c90, #80609a, #b09cbf, #f1c84b, #f25c54);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3c90, #80609a, #b09cbf, #f1c84b, #f25c54);
}

Perception Shift color palette created on .