Pink Shinx カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Shinx palette

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

Pink Shinx カラーパレット CSS

/* CSS */
.color-1 {
color: #a6c6ed;
}
.color-2 {
color: #f2a1c5;
}
.color-3 {
color: #f7e7a1;
}
.color-4 {
color: #f1c6a7;
}
.color-5 {
color: #d879b7;
}

/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #f2a1c5;
--color-3: #f7e7a1;
--color-4: #f1c6a7;
--color-5: #d879b7;
}

Pink Shinx の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #f2a1c5, #f7e7a1, #f1c6a7, #d879b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #f2a1c5, #f7e7a1, #f1c6a7, #d879b7);
}

Pink Shinx color palette created on .