Weirdcore カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Weirdcore palette

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

Weirdcore カラー パレット PNG 画像

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

Weirdcore カラーパレット CSS

/* CSS */
.color-1 {
color: #3c3f9a;
}
.color-2 {
color: #6a6eec;
}
.color-3 {
color: #9b8ef1;
}
.color-4 {
color: #f2a6e4;
}
.color-5 {
color: #f14b4b;
}

/* CSS Variables */
:root {
--color-1: #3c3f9a;
--color-2: #6a6eec;
--color-3: #9b8ef1;
--color-4: #f2a6e4;
--color-5: #f14b4b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c3f9a, #6a6eec, #9b8ef1, #f2a6e4, #f14b4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c3f9a, #6a6eec, #9b8ef1, #f2a6e4, #f14b4b);
}

Weirdcore color palette created on .