Wonderland Graphics カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Wonderland Graphics palette

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

Wonderland Graphics カラー パレット PNG 画像

Download wonderland graphics color palette PNG image (landscape)
Download wonderland graphics color palette PNG image (square)

Wonderland Graphics カラーパレット CSS

/* CSS */
.color-1 {
color: #739ca5;
}
.color-2 {
color: #c85b60;
}
.color-3 {
color: #d0a458;
}
.color-4 {
color: #d15e00;
}
.color-5 {
color: #9ba300;
}

/* CSS Variables */
:root {
--color-1: #739ca5;
--color-2: #c85b60;
--color-3: #d0a458;
--color-4: #d15e00;
--color-5: #9ba300;
}

Wonderland Graphics の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #739ca5, #c85b60, #d0a458, #d15e00, #9ba300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #739ca5, #c85b60, #d0a458, #d15e00, #9ba300);
}

Wonderland Graphics color palette created on .